summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-07-31 15:39:31 +0200
committerGitHub <noreply@github.com>2016-07-31 15:39:31 +0200
commit02d7520b429359dde5719a232afca7f3b45b938e (patch)
tree4bbdc99c39454afcac451dc8c1fb536dc296250d /hakyll.cabal
parent9e41414880718d5f18e4ae771ef21fc9447d1b60 (diff)
parent1acebf2699ecac86a2c82445eaeb11eec176be79 (diff)
downloadhakyll-02d7520b429359dde5719a232afca7f3b45b938e.tar.gz
Merge pull request #453 from sk3r/cmd_parser_replacement
cmdArgs to Options.Applicative
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 85b8428..3827f8f 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -148,7 +148,6 @@ Library
blaze-html >= 0.5 && < 0.9,
blaze-markup >= 0.5.1 && < 0.8,
bytestring >= 0.9 && < 0.11,
- cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
data-default >= 0.4 && < 0.8,
@@ -174,7 +173,8 @@ Library
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,
- yaml >= 0.8 && < 0.9
+ yaml >= 0.8 && < 0.9,
+ optparse-applicative >= 0.12 && < 0.13
If flag(previewServer)
Build-depends:
@@ -267,7 +267,8 @@ Test-suite hakyll-tests
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,
- yaml >= 0.8 && < 0.9
+ yaml >= 0.8 && < 0.9,
+ optparse-applicative >= 0.12 && < 0.13
If flag(previewServer)
Build-depends: