summaryrefslogtreecommitdiffstats
path: root/kirk.cabal
diff options
context:
space:
mode:
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