diff options
Diffstat (limited to 'Cooking.cabal')
-rw-r--r-- | Cooking.cabal | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Cooking.cabal b/Cooking.cabal deleted file mode 100644 index 7f5117d..0000000 --- a/Cooking.cabal +++ /dev/null @@ -1,13 +0,0 @@ -name: Cooking -version: 0.1.0.0 -build-type: Simple -cabal-version: >= 1.10 - -executable Cooking - main-is: Cooking.hs - hs-source-dirs: src - ghc-options: -threaded - default-language: Haskell2010 - build-depends: base - , hakyll - , clay |