summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEric D. White <eric@ericwhite.ca>2019-10-08 10:40:24 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-10-08 11:40:24 +0200
commit955be0cbdef863d08b4f247869eb5ca82b5cad79 (patch)
tree2245f1f0ccf514f335ebec2312d493416bd158ad
parenta5d8cd34bcde3ad4698bbe38c9f14f7a1074ef4c (diff)
downloadstylish-haskell-955be0cbdef863d08b4f247869eb5ca82b5cad79.tar.gz
Bump optparse-applicative upper bound to 0.16
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 1890a4b..abc36c1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -70,7 +70,7 @@ Executable stylish-haskell
Build-depends:
stylish-haskell,
strict >= 0.3 && < 0.4,
- optparse-applicative >= 0.12 && < 0.15,
+ optparse-applicative >= 0.12 && < 0.16,
-- Copied from regular dependencies...
aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,