Bump upper bounds of dependencies

This commit is contained in:
Erik de Castro Lopo 2020-01-18 21:05:29 +11:00
parent 045640f2bc
commit 2b5dc8330f
2 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ executable feedforward
, bytestring
, cereal
, either
, optparse-applicative >= 0.13 && < 0.15
, optparse-applicative >= 0.13 && < 0.16
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix
@ -42,10 +42,10 @@ executable mnist
, grenade
, attoparsec
, either
, optparse-applicative >= 0.13 && < 0.15
, optparse-applicative >= 0.13 && < 0.16
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
, hmatrix >= 0.18 && < 0.21
, transformers
, semigroups
, singletons
@ -61,10 +61,10 @@ executable gan-mnist
, bytestring
, cereal
, either
, optparse-applicative >= 0.13 && < 0.15
, optparse-applicative >= 0.13 && < 0.16
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
, hmatrix >= 0.18 && < 0.21
, transformers
, semigroups
, singletons
@ -78,10 +78,10 @@ executable recurrent
, grenade
, attoparsec
, either
, optparse-applicative >= 0.13 && < 0.15
, optparse-applicative >= 0.13 && < 0.16
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
, hmatrix >= 0.18 && < 0.21
, transformers
, semigroups
, singletons
@ -96,10 +96,10 @@ executable shakespeare
, bytestring
, cereal
, either
, optparse-applicative >= 0.13 && < 0.15
, optparse-applicative >= 0.13 && < 0.16
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
, hmatrix >= 0.18 && < 0.21
, transformers
, semigroups
, singletons

View File

@ -42,9 +42,9 @@ library
, containers >= 0.5 && < 0.7
, cereal >= 0.5 && < 0.6
, deepseq >= 1.4 && < 1.5
, hmatrix >= 0.18 && < 0.20
, hmatrix >= 0.18 && < 0.21
, MonadRandom >= 0.4 && < 0.6
, primitive >= 0.6 && < 0.7
, primitive >= 0.6 && < 0.8
-- Versions of singletons are *tightly* coupled with the
-- GHC version so its fine to drop version bounds.
, singletons
@ -160,7 +160,7 @@ test-suite test
build-depends:
base
, grenade
, hedgehog >= 0.5 && < 0.7
, hedgehog >= 1.0 && < 1.1
, hmatrix
, mtl
, singletons