diff options
author | Stefan Kreutz <mail@skreutz.com> | 2021-01-10 01:29:27 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2021-01-10 01:34:13 +0100 |
commit | 52c8a0966bc32f6256f092a54a7e9965ea95f996 (patch) | |
tree | abec276f16a4f39279a3f09fa5f97a75bd6780be /stack.yaml | |
parent | 2d9cbdd20fbf874f950dab167c18088f3fa638fb (diff) | |
download | blog-52c8a0966bc32f6256f092a54a7e9965ea95f996.tar |
Build with cabal
Change setup to build site with cabal version 2.4 and ghc version 8.6.4
on OpenBSD 6.8.
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stack.yaml b/stack.yaml deleted file mode 100644 index f11ecdc..0000000 --- a/stack.yaml +++ /dev/null @@ -1,5 +0,0 @@ -resolver: lts-15.6 -packages: - - . -extra-deps: - - hakyll-4.13.3.0 |