summaryrefslogtreecommitdiff
path: root/wiki.cabal
diff options
context:
space:
mode:
authorJJ2024-09-30 04:03:56 +0000
committerJJ2024-09-30 04:03:56 +0000
commit80a28355e979d03ab2dad308758436ff5e32b2ea (patch)
tree27efc568680a9d216e897d93b488704d59589173 /wiki.cabal
parentcd0681c71f5e700358ad3e3feea7d495753d8429 (diff)
meow
Diffstat (limited to 'wiki.cabal')
-rw-r--r--wiki.cabal10
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki.cabal b/wiki.cabal
new file mode 100644
index 0000000..dc7710d
--- /dev/null
+++ b/wiki.cabal
@@ -0,0 +1,10 @@
+name: wiki
+version: 0.1
+build-type: Simple
+cabal-version: >= 1.10
+
+executable wiki
+ main-is: wiki.hs
+ build-depends: base == 4.*, hakyll == 4.16.*, pandoc == 3.*
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ default-language: Haskell2010