From 0dd23bc2d21ea06832e1faf344f2dbe6af62571d Mon Sep 17 00:00:00 2001 From: Huw Campbell Date: Fri, 15 Dec 2017 09:12:56 +1100 Subject: [PATCH] Bump optparse in examples package --- examples/grenade-examples.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/grenade-examples.cabal b/examples/grenade-examples.cabal index b8f508a..b923685 100644 --- a/examples/grenade-examples.cabal +++ b/examples/grenade-examples.cabal @@ -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 @@ -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 @@ -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 @@ -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 @@ -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