aboutsummaryrefslogtreecommitdiff
path: root/birthday.cabal
blob: cd8393e06ac03f6779e03ed2ec875eba991f443d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name:               Birthday
version:            1.0.0
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 == 1.2.1.3
                    , mime-mail == 0.4.11
                    , time == 1.5.0.1
                    , ConfigFile == 1.1.4
                    , transformers == 0.4.3.0
                    , parsec == 3.1.9