From 7225d47e9c1f4c7032ad55fbe1d9f33ff205549c Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 2 May 2017 21:59:10 +0200 Subject: ircout: init --- irc.cabal | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 irc.cabal (limited to 'irc.cabal') diff --git a/irc.cabal b/irc.cabal new file mode 100644 index 0000000..afbdd60 --- /dev/null +++ b/irc.cabal @@ -0,0 +1,19 @@ +name: irc +version: 1.0.0 +license: MIT +author: tv +maintainer: tv@krebsco.de +build-type: Simple +cabal-version: >=1.10 + +executable ircout + main-is: ircout.hs + build-depends: + async, + bytestring, + network, + optparse-applicative, + text, + base + default-language: Haskell2010 + ghc-options: -O2 -Wall -threaded -- cgit v1.2.3