From c4c8af2d4f4f63e65b6b525833b063c40bae53c8 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 30 Oct 2016 12:17:51 +0100 Subject: Fix base and hakyll versions in cabal config --- Cooking.cabal | 5 ++--- 1 file 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 -- cgit v1.2.3