summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-08-30 11:46:13 +0200
committerGitHub <noreply@github.com>2019-08-30 11:46:13 +0200
commit036c583ea243869f05a5a311c90b94943a2b635c (patch)
treeaadee7988980544f84b83d808707080481568cc5 /hakyll.cabal
parent779fa66c7b1719e071dc3f4d38a4cc2feb9492c6 (diff)
downloadhakyll-036c583ea243869f05a5a311c90b94943a2b635c.tar.gz
Improve error messages
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 94405a8..48cf5c0 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -172,10 +172,12 @@ Library
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.4,
+ file-embed >= 0.0.10.1 && < 0.0.12,
filepath >= 1.0 && < 1.5,
lrucache >= 1.1.1 && < 1.3,
mtl >= 1 && < 2.3,
network-uri >= 2.6 && < 2.7,
+ optparse-applicative >= 0.12 && < 0.15,
parsec >= 3.0 && < 3.2,
process >= 1.6 && < 1.7,
random >= 1.0 && < 1.2,
@@ -183,14 +185,13 @@ Library
resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
+ template-haskell >= 2.14 && < 2.15,
text >= 0.11 && < 1.3,
time >= 1.8 && < 1.10,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
- yaml >= 0.8.11 && < 0.12,
- optparse-applicative >= 0.12 && < 0.15,
- file-embed >= 0.0.10.1 && < 0.0.12
+ yaml >= 0.8.11 && < 0.12
If flag(previewServer)
Build-depends: