summaryrefslogtreecommitdiff
path: root/flevum.cabal
blob: 02acd1cf63f63a8dd0661ac7669a6e1b57979258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cabal-version: 3.4

name: flevum
version: 1.0
author: Eugen Wissner
maintainer: belka@caraus.de
copyright: 2018-2026 Eugen Wissner
build-type: Simple

executable flevum
  main-is: Main.hs
  hs-source-dirs:
    src
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
  build-depends:
    base >= 4.14 && < 5,
    filepath ^>= 1.5.3,
    hakyll ^>= 4.16.0,
    pandoc ^>= 3.9,
    process ^>= 1.6.13,
    time,
    time-locale-compat ^>= 0.1.1,
    wai-app-static ^>= 3.2
  default-language: GHC2024