reciproka-web/reciproka-web.cabal

15 lines
398 B
Plaintext
Raw Normal View History

2023-08-24 10:58:49 +00:00
name: reciproka-web
2021-10-26 03:33:38 +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 06:54:36 +00:00
, hakyll == 4.15.*
2021-11-02 22:14:48 +00:00
, containers == 0.6.*
, filepath == 1.4.*
2021-10-26 03:33:38 +00:00
, pandoc
ghc-options: -threaded
default-language: Haskell2010