diff options
author | Joris | 2016-04-04 22:48:33 +0200 |
---|---|---|
committer | Joris | 2016-04-04 22:48:33 +0200 |
commit | d8eedc3e2639f0f50f0554f89dc121da4941d4d1 (patch) | |
tree | 81bd4d0a261b0550a0501ad2f70fa52b4ee21000 /events.cabal | |
parent | e66ea0b49c8f7202114df366668598026f211eba (diff) |
Rename birthday to event
Diffstat (limited to 'events.cabal')
-rw-r--r-- | events.cabal | 18 |
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 |