summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
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: