summaryrefslogtreecommitdiffstats
path: root/kirk.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-05-02 22:10:37 +0200
committertv <tv@krebsco.de>2017-05-02 22:13:35 +0200
commitc78f3c62c0ba76465e39d1570073f867aa2d4240 (patch)
tree0c1f2cffadf96ace995b195893202a5ecb95dfeb /kirk.cabal
parent7225d47e9c1f4c7032ad55fbe1d9f33ff205549c (diff)
rename package to kirk as irc is already taken
Diffstat (limited to 'kirk.cabal')
-rw-r--r--kirk.cabal19
1 files changed, 19 insertions, 0 deletions
diff --git a/kirk.cabal b/kirk.cabal
new file mode 100644
index 0000000..9153de1
--- /dev/null
+++ b/kirk.cabal
@@ -0,0 +1,19 @@
+name: kirk
+version: 1.0.0
+license: MIT
+author: tv <tv@krebsco.de>
+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