diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-07 10:47:51 -0700 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-07 10:47:51 -0700 |
commit | e82648073a19f96d8344d0120a03184ae510e1f4 (patch) | |
tree | 0963a18e9a52b1701e9e850180d83548c3d595be /portfolio-hs.cabal | |
parent | c8992bc7543d8ca7c2ee3cc200a7fbf1a5fae059 (diff) |
Improves haskell
Diffstat (limited to 'portfolio-hs.cabal')
-rw-r--r-- | portfolio-hs.cabal | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/portfolio-hs.cabal b/portfolio-hs.cabal index 2fa6a0b..8140229 100644 --- a/portfolio-hs.cabal +++ b/portfolio-hs.cabal @@ -1,17 +1,14 @@ cabal-version: 3.4 - -name: portfolio-hs -version: 0.1.0.0 -build-type: Simple +name: portfolio-hs +version: 0.1.0.0 +build-type: Simple executable site - main-is: site.hs build-depends: - base + , base , hakyll , pandoc - ghc-options: - -rtsopts - -threaded - -with-rtsopts=-N - default-language: Haskell2010 + + main-is: site.hs + ghc-options: -Wall -Wextra + default-language: GHC2021 |