aboutsummaryrefslogtreecommitdiff
path: root/birthday.cabal
diff options
context:
space:
mode:
authorJoris2015-10-09 23:09:28 +0200
committerJoris2015-10-09 23:09:28 +0200
commit6cfff0cc8dea84e2a304d350118112ff5113adec (patch)
tree94a157b7db5c47f2f9ac282536aae37757076e14 /birthday.cabal
downloadevents-6cfff0cc8dea84e2a304d350118112ff5113adec.tar.gz
events-6cfff0cc8dea84e2a304d350118112ff5113adec.tar.bz2
events-6cfff0cc8dea84e2a304d350118112ff5113adec.zip
Initial commit
Diffstat (limited to 'birthday.cabal')
-rw-r--r--birthday.cabal17
1 files changed, 17 insertions, 0 deletions
diff --git a/birthday.cabal b/birthday.cabal
new file mode 100644
index 0000000..29bafad
--- /dev/null
+++ b/birthday.cabal
@@ -0,0 +1,17 @@
+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