2015-06-05 15:58:00 +02:00
|
|
|
-- Initial cacophony-wg.cabal generated by cabal init. For further
|
2016-06-30 20:47:09 +02:00
|
|
|
-- documentation, see https://www.haskell.org/cabal/users-guide/
|
2015-06-05 15:58:00 +02:00
|
|
|
|
|
|
|
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
|