summaryrefslogtreecommitdiffstats
path: root/reaktor2.cabal
blob: 3ce81c49174cc76a420dc145cd0f50e6453ee50f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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