diff options
Diffstat (limited to 'cooking.cabal')
-rw-r--r-- | cooking.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cooking.cabal b/cooking.cabal index dc5d360..dade873 100644 --- a/cooking.cabal +++ b/cooking.cabal @@ -8,7 +8,7 @@ executable cooking hs-source-dirs: src ghc-options: -threaded default-language: Haskell2010 - build-depends: base - , hakyll + build-depends: base >= 4.12 + , hakyll == 4.* , clay , process |