summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorsk3r <skyer.sma@gmail.com>2016-07-24 15:47:43 +0200
committersk3r <skyer.sma@gmail.com>2016-07-24 16:35:40 +0200
commit1acebf2699ecac86a2c82445eaeb11eec176be79 (patch)
tree8550aed1311b211a1a92fa75825062ba5402077d /hakyll.cabal
parent68e9c7704216f88b73162963c06ef80616ff318a (diff)
downloadhakyll-1acebf2699ecac86a2c82445eaeb11eec176be79.tar.gz
cmdArgs to Options.Applicative
changed shell options parser from cmdAgrs 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 94727f4..0094a89 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -147,7 +147,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,
@@ -173,7 +172,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:
@@ -266,7 +266,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: