17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
cabal-version: 3.6
|
|
name: website
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
build-depends:
|
|
, base
|
|
, bytestring
|
|
, hakyll
|
|
, pandoc
|
|
, skylighting
|
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
default-language: GHC2021
|