aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cooking.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cooking.cabal b/Cooking.cabal
index 7fee784..5c2607d 100644
--- a/Cooking.cabal
+++ b/Cooking.cabal
@@ -7,7 +7,6 @@ executable cooking
main-is: Cooking.hs
ghc-options: -threaded
default-language: Haskell2010
- build-depends: base
- , hakyll
+ build-depends: base == 4.*,
+ , hakyll == 4.8.*
, clay
- , text