aboutsummaryrefslogtreecommitdiff
path: root/events.cabal
diff options
context:
space:
mode:
authorJoris2016-04-04 22:48:33 +0200
committerJoris2016-04-04 22:48:33 +0200
commitd8eedc3e2639f0f50f0554f89dc121da4941d4d1 (patch)
tree81bd4d0a261b0550a0501ad2f70fa52b4ee21000 /events.cabal
parente66ea0b49c8f7202114df366668598026f211eba (diff)
downloadevents-d8eedc3e2639f0f50f0554f89dc121da4941d4d1.tar.gz
events-d8eedc3e2639f0f50f0554f89dc121da4941d4d1.tar.bz2
events-d8eedc3e2639f0f50f0554f89dc121da4941d4d1.zip
Rename birthday to event
Diffstat (limited to 'events.cabal')
-rw-r--r--events.cabal18
1 files changed, 18 insertions, 0 deletions
diff --git a/events.cabal b/events.cabal
new file mode 100644
index 0000000..1bbf8a3
--- /dev/null
+++ b/events.cabal
@@ -0,0 +1,18 @@
+name: event
+version: 1.0.0
+license: GPL-3
+homepage: https://gitlab.com/guyonvarch/event
+author: Joris Guyonvarch
+build-type: Simple
+cabal-version: >= 1.8
+
+executable event
+ main-is: Main.hs
+ hs-source-dirs: src
+ ghc-options: -Wall -Werror
+ build-depends: base
+ , text
+ , mime-mail
+ , time
+ , config-manager
+ , parsec