aboutsummaryrefslogtreecommitdiff
path: root/cooking.cabal
diff options
context:
space:
mode:
authorJoris2020-01-20 23:44:27 +0100
committerJoris2020-01-20 23:44:27 +0100
commitc56a7245e667e8c610c93ef293e715c5777db243 (patch)
tree3a685c70b6e686a172fa02a593384164285cc461 /cooking.cabal
parent107b44872ddfbac8c681a6481f4a9f4b5f61d818 (diff)
downloadcooking-c56a7245e667e8c610c93ef293e715c5777db243.tar.gz
cooking-c56a7245e667e8c610c93ef293e715c5777db243.tar.bz2
cooking-c56a7245e667e8c610c93ef293e715c5777db243.zip
Use cabal instead of stack
Diffstat (limited to 'cooking.cabal')
-rw-r--r--cooking.cabal4
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