diff options
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 |