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