aboutsummaryrefslogtreecommitdiff
path: root/events.cabal
blob: c4e5b27ac1675c61086214edd888dd659f96fcea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name:               events
version:            1.0.0
license:            GPL-3
homepage:           https://gitlab.com/guyonvarch/events
author:             Joris Guyonvarch
build-type:         Simple
cabal-version:      >= 1.8

executable          events
  main-is:          Main.hs
  hs-source-dirs:   src
  ghc-options:      -Wall -Werror
  build-depends:    base
                    , text
                    , mime-mail
                    , time
                    , config-manager
                    , parsec