From 8e448ffc31685427afaee62a0379c33525769a6a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 5 Mar 2017 15:44:50 +0100 Subject: Use stack --- cooking.cabal | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cooking.cabal (limited to 'cooking.cabal') diff --git a/cooking.cabal b/cooking.cabal new file mode 100644 index 0000000..f0bb109 --- /dev/null +++ b/cooking.cabal @@ -0,0 +1,13 @@ +name: cooking +version: 0.1.0.0 +build-type: Simple +cabal-version: >= 1.10 + +executable cooking + main-is: Main.hs + hs-source-dirs: src + ghc-options: -threaded + default-language: Haskell2010 + build-depends: base + , hakyll + , clay -- cgit v1.2.3