resrok-web/resrok-web.cabal

15 lines
395 B
Plaintext
Raw Permalink Normal View History

2021-11-18 10:08:04 +00:00
name: resrok-web
2021-11-04 09:46:37 +00:00
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
2022-06-29 09:22:27 +00:00
, hakyll == 4.15.*
2021-11-04 09:46:37 +00:00
, containers == 0.6.*
, filepath == 1.4.*
, pandoc
ghc-options: -threaded
default-language: Haskell2010