diff options
author | Joris | 2017-03-05 15:44:50 +0100 |
---|---|---|
committer | Joris | 2017-03-05 15:44:50 +0100 |
commit | 8e448ffc31685427afaee62a0379c33525769a6a (patch) | |
tree | 4199b4aaf6734718f3ff65afcab422e46543ddea /cooking.cabal | |
parent | a269afd23073d03faee7f3c17bdbcf8f6b5de903 (diff) |
Use stack
Diffstat (limited to 'cooking.cabal')
-rw-r--r-- | cooking.cabal | 13 |
1 files changed, 13 insertions, 0 deletions
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 |