diff options
author | Joris | 2016-04-05 14:51:45 +0200 |
---|---|---|
committer | Joris | 2016-04-05 14:51:45 +0200 |
commit | 4344db12259bbb824ada76a74e187afb6eab858a (patch) | |
tree | 2ff9145e0df9b53707df74ce67002c8e92917ddc | |
parent | 315adc3dde65d7c1cd73745a013b98aa8c704deb (diff) |
Rename event to events in cabal file
-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 |