mirror of
https://github.com/HuwCampbell/grenade.git
synced 2024-11-22 06:55:13 +03:00
Merge pull request #46 from HuwCampbell/topic/bumps
Bump optparse in examples package
This commit is contained in:
commit
4332d62c71
@ -26,7 +26,7 @@ executable feedforward
|
|||||||
, bytestring
|
, bytestring
|
||||||
, cereal
|
, cereal
|
||||||
, either
|
, either
|
||||||
, optparse-applicative == 0.13.*
|
, optparse-applicative >= 0.13 && < 0.15
|
||||||
, text == 1.2.*
|
, text == 1.2.*
|
||||||
, mtl >= 2.2.1 && < 2.3
|
, mtl >= 2.2.1 && < 2.3
|
||||||
, hmatrix
|
, hmatrix
|
||||||
@ -42,7 +42,7 @@ executable mnist
|
|||||||
, grenade
|
, grenade
|
||||||
, attoparsec
|
, attoparsec
|
||||||
, either
|
, either
|
||||||
, optparse-applicative == 0.13.*
|
, optparse-applicative >= 0.13 && < 0.15
|
||||||
, text == 1.2.*
|
, text == 1.2.*
|
||||||
, mtl >= 2.2.1 && < 2.3
|
, mtl >= 2.2.1 && < 2.3
|
||||||
, hmatrix >= 0.18 && < 0.19
|
, hmatrix >= 0.18 && < 0.19
|
||||||
@ -61,7 +61,7 @@ executable gan-mnist
|
|||||||
, bytestring
|
, bytestring
|
||||||
, cereal
|
, cereal
|
||||||
, either
|
, either
|
||||||
, optparse-applicative == 0.13.*
|
, optparse-applicative >= 0.13 && < 0.15
|
||||||
, text == 1.2.*
|
, text == 1.2.*
|
||||||
, mtl >= 2.2.1 && < 2.3
|
, mtl >= 2.2.1 && < 2.3
|
||||||
, hmatrix >= 0.18 && < 0.19
|
, hmatrix >= 0.18 && < 0.19
|
||||||
@ -78,7 +78,7 @@ executable recurrent
|
|||||||
, grenade
|
, grenade
|
||||||
, attoparsec
|
, attoparsec
|
||||||
, either
|
, either
|
||||||
, optparse-applicative == 0.13.*
|
, optparse-applicative >= 0.13 && < 0.15
|
||||||
, text == 1.2.*
|
, text == 1.2.*
|
||||||
, mtl >= 2.2.1 && < 2.3
|
, mtl >= 2.2.1 && < 2.3
|
||||||
, hmatrix >= 0.18 && < 0.19
|
, hmatrix >= 0.18 && < 0.19
|
||||||
@ -96,7 +96,7 @@ executable shakespeare
|
|||||||
, bytestring
|
, bytestring
|
||||||
, cereal
|
, cereal
|
||||||
, either
|
, either
|
||||||
, optparse-applicative == 0.13.*
|
, optparse-applicative >= 0.13 && < 0.15
|
||||||
, text == 1.2.*
|
, text == 1.2.*
|
||||||
, mtl >= 2.2.1 && < 2.3
|
, mtl >= 2.2.1 && < 2.3
|
||||||
, hmatrix >= 0.18 && < 0.19
|
, hmatrix >= 0.18 && < 0.19
|
||||||
|
Loading…
Reference in New Issue
Block a user