aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/external-tests/haskell/package.yaml
blob: 3c8cc558b187409421bdc2aa73fb9c6de1d5ab93 (plain) (blame)
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
name: cacophony-wg
version: 0.1.0
license: PublicDomain
maintainer: John Galt <jgalt@centromere.net>
category: Cryptography
ghc-options: -Wall

executables:
  cacophony-wg:
    main: Main.hs
    source-dirs: src

    dependencies:
      - base
      - base16-bytestring
      - base64-bytestring
      - blake2
      - bytestring
      - cacophony >= 0.10
      - cereal
      - cryptonite
      - memory
      - network
      - time

    ghc-options:
      - -O2
      - -rtsopts
      - -threaded
      - -with-rtsopts=-N

    other-modules:
      - Data.Time.TAI64

    default-extensions:
      - OverloadedStrings