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 /birthday.cabal | |
parent | e66ea0b49c8f7202114df366668598026f211eba (diff) |
Rename birthday to event
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 |