aboutsummaryrefslogtreecommitdiff
path: root/sticks.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'sticks.cabal')
-rw-r--r--sticks.cabal10
1 files changed, 10 insertions, 0 deletions
diff --git a/sticks.cabal b/sticks.cabal
new file mode 100644
index 0000000..e5612f0
--- /dev/null
+++ b/sticks.cabal
@@ -0,0 +1,10 @@
+name: sticks
+version: 0.1
+build-type: Simple
+cabal-version: >= 1.10
+
+executable sticks
+ main-is: sticks.hs
+ build-depends: base == 4.*, hakyll == 4.16.*, pandoc == 3.*
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ default-language: Haskell2010