From c56a7245e667e8c610c93ef293e715c5777db243 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 20 Jan 2020 23:44:27 +0100 Subject: Use cabal instead of stack --- cooking.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cooking.cabal') 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 -- cgit v1.2.3