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 /skreutz-dot-com.cabal | |
parent | 456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0 (diff) | |
download | blog-4781e6dc307ab7dd2143f4eeff3615bf1786c9f1.tar |
Rename project to www
Diffstat (limited to 'skreutz-dot-com.cabal')
-rw-r--r-- | skreutz-dot-com.cabal | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/skreutz-dot-com.cabal b/skreutz-dot-com.cabal deleted file mode 100644 index 880e43b..0000000 --- a/skreutz-dot-com.cabal +++ /dev/null @@ -1,18 +0,0 @@ -name: skreutz-dot-com -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 |