1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rshyn-site/rshyn-site.cabal

13 lines
357 B

2 years ago
name: rshyn-site
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.15.*
, hakyll-sass == 0.2.4
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010