From 230688a0b842cf57b316a7ba62910ca387afbce7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Aug 2015 12:49:29 +0200 Subject: Start of complete rewrite to switch to hakyll --- blog.cabal | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 blog.cabal (limited to 'blog.cabal') diff --git a/blog.cabal b/blog.cabal new file mode 100644 index 0000000..b8daa19 --- /dev/null +++ b/blog.cabal @@ -0,0 +1,23 @@ +-- Initial beuteltier.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: dirty-haskell +version: 0.0.0 +-- synopsis: +-- description: +homepage: git://git.yggdrasil.li/dirty-haskell.org +-- license: PublicDomain +-- license-file: LICENSE +author: Gregor Kleen +maintainer: aethoago@141.li +copyright: N/A +category: Web +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +executable site + hs-source-dirs: src + main-is: Site.hs + build-depends: base >=4.7 && <4.8 + , hakyll >=4.6 && <5 -- cgit v1.2.3