35 lines
858 B
Plaintext
35 lines
858 B
Plaintext
|
-- 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
|