30 lines
839 B
Plaintext
30 lines
839 B
Plaintext
cabal-version: 3.0
|
|
name: kompact-site
|
|
version: 0.1.0.0
|
|
license: NONE
|
|
author: waalge
|
|
maintainer: waalge@proton.me
|
|
build-type: Simple
|
|
|
|
common warnings
|
|
ghc-options: -Wall
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
build-depends: base == 4.*
|
|
, hakyll == 4.15.*
|
|
, filepath >= 1.4.2
|
|
, yaml >= 0.11.8.0
|
|
, text >= 1.2.5.0
|
|
, unordered-containers >= 0.2.19.1
|
|
, containers >= 0.6.4.1
|
|
, vector >= 0.13.0.0
|
|
, scientific >= 0.3.7.0
|
|
, aeson >= 2.1.0.0
|
|
, lens-aeson >= 1.2.2
|
|
, lens >= 5.2
|
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
hs-source-dirs: app
|
|
default-language: GHC2021
|