summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-08-23 12:38:13 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-08-23 12:38:13 +0200
commitda70d6f14f94c6fb66090a3c8a163bbfd6c73f41 (patch)
tree36cc701776540ff4c9610c4297894a434a161fba /stylish-haskell.cabal
parentd5d03ca67c26960b53dd625493004c2df1a84125 (diff)
downloadstylish-haskell-da70d6f14f94c6fb66090a3c8a163bbfd6c73f41.tar.gz
Bump optparse-applicative to 0.13.0.0
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index e51114f..a2d6916 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -68,7 +68,7 @@ Executable stylish-haskell
Build-depends:
stylish-haskell,
strict >= 0.3 && < 0.4,
- optparse-applicative >= 0.12 && < 0.13,
+ optparse-applicative >= 0.12 && < 0.14,
-- Copied from regular dependencies...
aeson >= 0.6 && < 1.1,
base >= 4.8 && < 5,