diff options
author | Joris | 2016-10-30 12:17:51 +0100 |
---|---|---|
committer | Joris | 2016-10-30 12:17:51 +0100 |
commit | c4c8af2d4f4f63e65b6b525833b063c40bae53c8 (patch) | |
tree | f25b6a831998cde062760cf40dcaffb7bae90557 | |
parent | cd19cf40e6df95f074f7b1433c61a77962f8397f (diff) |
Fix base and hakyll versions in cabal config
-rw-r--r-- | Cooking.cabal | 5 |
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 |