summaryrefslogtreecommitdiffstats
path: root/reaktor2.cabal
blob: 392384aa4a8311719f6b25551f75b92cd7d40735 (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
34
35
36
37
38
39
40
41
42
43
44
45
name: reaktor2
version: 0.3.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,
    async,
    attoparsec,
    base,
    blessings,
    bytestring,
    containers,
    data-default,
    filepath,
    hashable,
    lens,
    lens-aeson,
    network,
    network-simple,
    network-simple-tls,
    network-uri,
    pcre-light,
    process,
    random,
    servant-server,
    string-conversions,
    stringsearch,
    text,
    time,
    transformers,
    unagi-chan,
    unix,
    unordered-containers,
    vector,
    wai,
    warp
  default-language: Haskell2010
  ghc-options: -O2 -Wall -threaded
  hs-source-dirs: src
  main-is: main.hs