aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/external-tests/haskell/cacophony-wg.cabal
blob: 62e24851c93fbde639a757084b7ad0ef32750eea (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
-- Initial cacophony-wg.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                cacophony-wg
version:             0.1.0
-- synopsis:            
-- description:         
license:             PublicDomain
license-file:        LICENSE
author:              John Galt
maintainer:          centromere@users.noreply.github.com
-- copyright:           
-- category:            
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable cacophony-wg
  main-is:             Main.hs
  other-modules:
    Data.Time.TAI64
  build-depends:
    base >=4.8 && <4.9,
    base16-bytestring,
    base64-bytestring,
    blake2,
    bytestring,
    cacophony,
    cereal,
    cryptonite,
    network,
    time
  hs-source-dirs:      src
  default-language:    Haskell2010