From 4344db12259bbb824ada76a74e187afb6eab858a Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 5 Apr 2016 14:51:45 +0200 Subject: Rename event to events in cabal file --- events.cabal | 6 +++--- 1 file 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 -- cgit v1.2.3