name: reaktor2 version: 0.0.0 license: MIT author: tv maintainer: tv 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