aboutsummaryrefslogtreecommitdiff
path: root/portfolio-hs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'portfolio-hs.cabal')
-rw-r--r--portfolio-hs.cabal17
1 files changed, 17 insertions, 0 deletions
diff --git a/portfolio-hs.cabal b/portfolio-hs.cabal
new file mode 100644
index 0000000..2fa6a0b
--- /dev/null
+++ b/portfolio-hs.cabal
@@ -0,0 +1,17 @@
+cabal-version: 3.4
+
+name: portfolio-hs
+version: 0.1.0.0
+build-type: Simple
+
+executable site
+ main-is: site.hs
+ build-depends:
+ base
+ , hakyll
+ , pandoc
+ ghc-options:
+ -rtsopts
+ -threaded
+ -with-rtsopts=-N
+ default-language: Haskell2010