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

executable          birthday
  main-is:          Main.hs
  hs-source-dirs:   src
  ghc-options:      -Wall -fwarn-incomplete-uni-patterns
  build-depends:    base
                    , text
                    , mime-mail
                    , time
                    , ConfigFile
                    , transformers
                    , parsec