summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 479561e..996d95a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -142,7 +142,7 @@ Library
Paths_hakyll
Build-Depends:
- base >= 4 && < 5,
+ base >= 4.8 && < 5,
binary >= 0.5 && < 0.8,
blaze-html >= 0.5 && < 0.9,
blaze-markup >= 0.5.1 && < 0.8,
@@ -231,7 +231,7 @@ Test-suite hakyll-tests
test-framework-hunit >= 0.3 && < 0.4,
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copy pasted from hakyll dependencies:
- base >= 4 && < 5,
+ base >= 4.8 && < 5,
binary >= 0.5 && < 0.8,
blaze-html >= 0.5 && < 0.9,
blaze-markup >= 0.5.1 && < 0.8,