summaryrefslogtreecommitdiffstats
path: root/reaktor2.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'reaktor2.cabal')
-rw-r--r--reaktor2.cabal33
1 files changed, 33 insertions, 0 deletions
diff --git a/reaktor2.cabal b/reaktor2.cabal
new file mode 100644
index 0000000..3ce81c4
--- /dev/null
+++ b/reaktor2.cabal
@@ -0,0 +1,33 @@
+name: reaktor2
+version: 0.0.0
+license: MIT
+author: tv <tv@krebsco.de>
+maintainer: tv <tv@krebsco.de>
+build-type: Simple
+cabal-version: >=1.10
+
+executable reaktor
+ build-depends:
+ aeson,
+ attoparsec,
+ base,
+ blessings,
+ bytestring,
+ containers,
+ filepath,
+ network,
+ network-simple,
+ network-simple-tls,
+ pcre-heavy,
+ pcre-light,
+ process,
+ random,
+ text,
+ time,
+ transformers,
+ unix,
+ unordered-containers
+ default-language: Haskell2010
+ ghc-options: -O2 -Wall -threaded
+ hs-source-dirs: src
+ main-is: main.hs