diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:50:26 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-04-01 21:42:38 +0200 |
commit | c8992bc7543d8ca7c2ee3cc200a7fbf1a5fae059 (patch) | |
tree | c8c05c8a85fcdf36b65e9580929b2151be6bea73 /portfolio-hs.cabal |
Initial
Diffstat (limited to 'portfolio-hs.cabal')
-rw-r--r-- | portfolio-hs.cabal | 17 |
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 |