summaryrefslogtreecommitdiff
path: root/blog.cabal
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-04-12 23:09:42 +0200
committerStefan Kreutz <mail@skreutz.com>2023-04-12 23:09:42 +0200
commit22e71a56b266ba4263dbf38c4e1b714a393e4766 (patch)
treef0c62f0a95f35b00d3fab08192e43fd12e4f4fa8 /blog.cabal
parentf472217aaf98307582dad3e5af80274bc0ed2d52 (diff)
downloadblog-22e71a56b266ba4263dbf38c4e1b714a393e4766.tar
Rename project
Diffstat (limited to 'blog.cabal')
-rw-r--r--blog.cabal18
1 files changed, 18 insertions, 0 deletions
diff --git a/blog.cabal b/blog.cabal
new file mode 100644
index 0000000..c0c8c9a
--- /dev/null
+++ b/blog.cabal
@@ -0,0 +1,18 @@
+name: blog
+version: 0.1.0.0
+synopsis: Stefan Kreutz' personal website
+author: Stefan Kreutz
+maintainer: mail@skreutz.com
+bug-reports: mailto:mail@skreutz.com
+homepage: https://www.skreutz.com/
+build-type: Simple
+cabal-version: >= 1.10
+
+executable site
+ main-is: site.hs
+ build-depends: base
+ , hakyll
+ , filepath
+ , time
+ ghc-options: -threaded
+ default-language: Haskell2010
Generated by cgit. See skreutz.com for my tech blog and contact information.