summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-06-10 13:12:08 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-06-10 13:12:08 +0200
commitff5e8ad79925339548c9289c73ef038d3dead33f (patch)
treee148e15766abdfc9dc5ee198c8d91d975d5d2576 /stylish-haskell.cabal
parent90f18cb6899aaddcbce4b1afeb0e1ca5c3102fcf (diff)
downloadstylish-haskell-ff5e8ad79925339548c9289c73ef038d3dead33f.tar.gz
Use --utf8 by default, use optparse-applicative
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index b2273f7..14ebdb8 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -64,8 +64,8 @@ Executable stylish-haskell
Build-depends:
stylish-haskell,
- strict >= 0.3 && < 0.4,
- cmdargs >= 0.9 && < 0.11,
+ strict >= 0.3 && < 0.4,
+ optparse-applicative >= 0.12 && < 0.13,
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.12,
base >= 4.8 && < 5,
@@ -102,7 +102,6 @@ Test-suite stylish-haskell-tests
aeson >= 0.6 && < 0.12,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
- cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.5,