summaryrefslogtreecommitdiff
path: root/blog.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-08-03 12:49:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-08-03 12:49:29 +0200
commit230688a0b842cf57b316a7ba62910ca387afbce7 (patch)
tree6367087d25147335972cacf19bd34fb868863fd7 /blog.cabal
parent7170488c37105691f4a690cbcf1e43000d779b59 (diff)
downloaddirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.gz
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.bz2
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.xz
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.zip
Start of complete rewrite to switch to hakyll
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