summaryrefslogtreecommitdiff
path: root/flevum.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-10-14 19:15:51 +0200
committerEugen Wissner <belka@caraus.de>2025-10-14 19:15:51 +0200
commit8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch)
treea982606db7fc2373994c645fa310d925dfcaac7c /flevum.cabal
downloadflevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz
Open the blog
Diffstat (limited to 'flevum.cabal')
-rw-r--r--flevum.cabal24
1 files changed, 24 insertions, 0 deletions
diff --git a/flevum.cabal b/flevum.cabal
new file mode 100644
index 0000000..49339c4
--- /dev/null
+++ b/flevum.cabal
@@ -0,0 +1,24 @@
+cabal-version: 3.4
+
+name: flevum
+version: 1.0
+author: Eugen Wissner
+maintainer: belka@caraus.de
+copyright: 2018-2025 Eugen Wissner
+build-type: Simple
+
+executable flevum
+ main-is: Main.hs
+ hs-source-dirs:
+ src
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
+ build-depends:
+ base >= 4.14 && < 5,
+ filepath ^>= 1.5.3,
+ hakyll ^>= 4.16.0,
+ pandoc ^>= 3.8,
+ process ^>= 1.6.13,
+ time,
+ time-locale-compat ^>= 0.1.1,
+ wai-app-static ^>= 3.1.7
+ default-language: GHC2021