diff options
Diffstat (limited to 'birthday.cabal')
-rw-r--r-- | birthday.cabal | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/birthday.cabal b/birthday.cabal deleted file mode 100644 index a79f2b3..0000000 --- a/birthday.cabal +++ /dev/null @@ -1,19 +0,0 @@ -name: birthday -version: 1.0.0 -license: GPL-3 -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 - , mime-mail - , time - , ConfigFile - , transformers - , parsec |