aboutsummaryrefslogtreecommitdiffstats
path: root/reaktor2.cabal
blob: 49321374613cac997b1105b84295cc6706d69399 (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
name: reaktor2
version: 0.1.5
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,
    data-default,
    filepath,
    lens,
    lens-aeson,
    network,
    network-simple,
    network-simple-tls,
    pcre-heavy,
    pcre-light,
    process,
    random,
    stringsearch,
    text,
    time,
    transformers,
    unagi-chan,
    unix,
    unordered-containers,
    vector
  default-language: Haskell2010
  ghc-options: -O2 -Wall -threaded
  hs-source-dirs: src
  main-is: main.hs