Skip to content

Commit

Permalink
Merge pull request #46 from HuwCampbell/topic/bumps
Browse files Browse the repository at this point in the history
Bump optparse in examples package
  • Loading branch information
HuwCampbell authored Dec 14, 2017
2 parents c03fcb6 + 0dd23bc commit 4332d62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/grenade-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executable feedforward
, bytestring
, cereal
, either
, optparse-applicative == 0.13.*
, optparse-applicative >= 0.13 && < 0.15
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix
Expand All @@ -42,7 +42,7 @@ executable mnist
, grenade
, attoparsec
, either
, optparse-applicative == 0.13.*
, optparse-applicative >= 0.13 && < 0.15
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
Expand All @@ -61,7 +61,7 @@ executable gan-mnist
, bytestring
, cereal
, either
, optparse-applicative == 0.13.*
, optparse-applicative >= 0.13 && < 0.15
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
Expand All @@ -78,7 +78,7 @@ executable recurrent
, grenade
, attoparsec
, either
, optparse-applicative == 0.13.*
, optparse-applicative >= 0.13 && < 0.15
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
Expand All @@ -96,7 +96,7 @@ executable shakespeare
, bytestring
, cereal
, either
, optparse-applicative == 0.13.*
, optparse-applicative >= 0.13 && < 0.15
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix >= 0.18 && < 0.19
Expand Down

0 comments on commit 4332d62

Please sign in to comment.