summaryrefslogtreecommitdiff
path: root/site.cabal
diff options
context:
space:
mode:
authorJJ2024-07-22 04:42:42 +0000
committerJJ2024-07-22 20:21:58 +0000
commit3c11f6cca5b73e188289ada66e7924b4b33e4f59 (patch)
tree2c410c7856d30985dfabf4319dcc6385a6872d1a /site.cabal
parent2a99a0556e17771181eb31b1c9f6fb6ed335158f (diff)
replace jekyll with hakyll
Diffstat (limited to 'site.cabal')
-rw-r--r--site.cabal10
1 files changed, 10 insertions, 0 deletions
diff --git a/site.cabal b/site.cabal
new file mode 100644
index 0000000..432ed8f
--- /dev/null
+++ b/site.cabal
@@ -0,0 +1,10 @@
+name: site
+version: 0.1
+build-type: Simple
+cabal-version: >= 1.10
+
+executable site
+ main-is: site.hs
+ build-depends: base == 4.*, hakyll == 4.16.*, pandoc == 3.*
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ default-language: Haskell2010