diff options
Diffstat (limited to 'birthday.cabal')
-rw-r--r-- | birthday.cabal | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/birthday.cabal b/birthday.cabal index cd8393e..a79f2b3 100644 --- a/birthday.cabal +++ b/birthday.cabal @@ -1,5 +1,6 @@ -name: Birthday +name: birthday version: 1.0.0 +license: GPL-3 homepage: https://github.com/guyonvarch/birthday author: Joris Guyonvarch build-type: Simple @@ -10,9 +11,9 @@ executable birthday 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 + , text + , mime-mail + , time + , ConfigFile + , transformers + , parsec |