summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 14:20:04 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 14:20:04 +0200
commit1084557f2659fa398df75489c8b4537649c3ea15 (patch)
treeb230623ed2c260d5f50c2a91e965e09dd6503a93
parent178cd8794a65fcd7ffdd136a242e459e461119c0 (diff)
downloadstylish-haskell-1084557f2659fa398df75489c8b4537649c3ea15.tar.gz
Bump optparse-applicative dependency to 0.14
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 0d9f30d..bb1e10b 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.14,
+ optparse-applicative >= 0.12 && < 0.15,
-- Copied from regular dependencies...
aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,