diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2014-12-16 19:28:46 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2014-12-16 19:28:46 +0100 |
commit | 019caff93d6c4b1d0e184cb3d158e08c917cc6ae (patch) | |
tree | ff6c765e3372386dad574dc375eb7c452eec51b8 | |
parent | fe1aa3d58694412de6a8598c6d88a6d5f6f6e038 (diff) |
add cabal file
-rw-r--r-- | gueux-org.cabal | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gueux-org.cabal b/gueux-org.cabal new file mode 100644 index 0000000..a6a5c20 --- /dev/null +++ b/gueux-org.cabal @@ -0,0 +1,13 @@ +name: gueux-org +version: 0.1.0.0 +build-type: Simple +cabal-version: >= 1.10 + +executable site + main-is: site.hs + build-depends: base == 4.* + , hakyll == 4.6.* + , cryptohash == 0.11.* + , bytestring == 0.10.* + ghc-options: -threaded + default-language: Haskell2010 |