From 036c583ea243869f05a5a311c90b94943a2b635c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 30 Aug 2019 11:46:13 +0200 Subject: Improve error messages --- hakyll.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hakyll.cabal') 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: -- cgit v1.2.3