bump/adjust all bounds

This commit is contained in:
sorki 2023-12-08 20:14:52 +01:00 committed by Erik de Castro Lopo
parent 261860fb65
commit d5db3d0b65
2 changed files with 15 additions and 15 deletions

View File

@ -27,7 +27,7 @@ executable feedforward
, cereal
, either
, optparse-applicative >= 0.13 && < 0.18
, text == 1.2.*
, text >= 1.2
, mtl >= 2.2.1 && < 2.3
, hmatrix
, transformers
@ -43,7 +43,7 @@ executable mnist
, attoparsec
, either
, optparse-applicative >= 0.13 && < 0.18
, text == 1.2.*
, text >= 1.2
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
, transformers
@ -62,7 +62,7 @@ executable gan-mnist
, cereal
, either
, optparse-applicative >= 0.13 && < 0.18
, text == 1.2.*
, text >= 1.2
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
, transformers
@ -79,7 +79,7 @@ executable recurrent
, attoparsec
, either
, optparse-applicative >= 0.13 && < 0.18
, text == 1.2.*
, text >= 1.2
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
, transformers
@ -97,7 +97,7 @@ executable shakespeare
, cereal
, either
, optparse-applicative >= 0.13 && < 0.18
, text == 1.2.*
, text >= 1.2
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.21
, transformers

View File

@ -38,18 +38,18 @@ source-repository head
library
build-depends:
base >= 4.8 && < 5
, bytestring >= 0.10.0
, containers >= 0.5 && < 0.7
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.8
, cereal >= 0.5 && < 0.6
, deepseq >= 1.4 && < 1.5
, deepseq >= 1.4 && < 1.6
, hmatrix >= 0.18 && < 0.21
, MonadRandom >= 0.4 && < 0.6
, primitive >= 0.6 && < 0.8
, MonadRandom >= 0.4 && < 0.7
, primitive >= 0.6 && < 0.10
-- Versions of singletons are *tightly* coupled with the
-- GHC version so its fine to drop version bounds.
, singletons
, singletons-base
, vector >= 0.11 && < 0.13
, vector >= 0.11 && < 0.14
ghc-options:
-Wall
@ -161,12 +161,12 @@ test-suite test
build-depends:
base
, grenade
, hedgehog >= 1.0 && < 1.1
, hedgehog >= 1.0 && < 1.5
, hmatrix
, mtl
, singletons
, text == 1.2.*
, typelits-witnesses < 0.4
, text >= 1.2
, typelits-witnesses < 0.5
, transformers
, constraints
, MonadRandom
@ -191,7 +191,7 @@ benchmark bench
build-depends:
base
, bytestring
, criterion >= 1.1 && < 1.6
, criterion >= 1.1 && < 1.7
, grenade
, hmatrix