diff options
-rw-r--r-- | events.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/events.cabal b/events.cabal index 1bbf8a3..c4e5b27 100644 --- a/events.cabal +++ b/events.cabal @@ -1,12 +1,12 @@ -name: event +name: events version: 1.0.0 license: GPL-3 -homepage: https://gitlab.com/guyonvarch/event +homepage: https://gitlab.com/guyonvarch/events author: Joris Guyonvarch build-type: Simple cabal-version: >= 1.8 -executable event +executable events main-is: Main.hs hs-source-dirs: src ghc-options: -Wall -Werror |