summaryrefslogtreecommitdiff
path: root/blog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'blog.cabal')
-rw-r--r--blog.cabal23
1 files changed, 23 insertions, 0 deletions
diff --git a/blog.cabal b/blog.cabal
new file mode 100644
index 0000000..b8daa19
--- /dev/null
+++ b/blog.cabal
@@ -0,0 +1,23 @@
1-- Initial beuteltier.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: dirty-haskell
5version: 0.0.0
6-- synopsis:
7-- description:
8homepage: git://git.yggdrasil.li/dirty-haskell.org
9-- license: PublicDomain
10-- license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13copyright: N/A
14category: Web
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19executable site
20 hs-source-dirs: src
21 main-is: Site.hs
22 build-depends: base >=4.7 && <4.8
23 , hakyll >=4.6 && <5