summaryrefslogtreecommitdiffhomepage
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
parentd5d03ca67c26960b53dd625493004c2df1a84125 (diff)
downloadstylish-haskell-da70d6f14f94c6fb66090a3c8a163bbfd6c73f41.tar.gz
Bump optparse-applicative to 0.13.0.0
-rw-r--r--stack.yaml1
-rw-r--r--stylish-haskell.cabal2
2 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index ac251a9..f98dcf8 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -3,4 +3,5 @@ packages:
- '.'
extra-deps:
- 'haskell-src-exts-1.18.2'
+- 'optparse-applicative-0.13.0.0'
resolver: lts-6.10
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,