aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/external-tests/haskell/cacophony-wg.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/external-tests/haskell/cacophony-wg.cabal')
-rw-r--r--contrib/external-tests/haskell/cacophony-wg.cabal34
1 files changed, 34 insertions, 0 deletions
diff --git a/contrib/external-tests/haskell/cacophony-wg.cabal b/contrib/external-tests/haskell/cacophony-wg.cabal
new file mode 100644
index 0000000..62e2485
--- /dev/null
+++ b/contrib/external-tests/haskell/cacophony-wg.cabal
@@ -0,0 +1,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