diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:50:03 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:50:03 +0200 |
commit | 4781e6dc307ab7dd2143f4eeff3615bf1786c9f1 (patch) | |
tree | 8ac281fb817d16ded0bc85b90b1a1c5eafa1daaa /www.cabal | |
parent | 456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0 (diff) | |
download | blog-4781e6dc307ab7dd2143f4eeff3615bf1786c9f1.tar |
Rename project to www
Diffstat (limited to 'www.cabal')
-rw-r--r-- | www.cabal | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www.cabal b/www.cabal new file mode 100644 index 0000000..491ccb4 --- /dev/null +++ b/www.cabal @@ -0,0 +1,18 @@ +name: www +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 |