diff options
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 |