aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/external-tests/haskell/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/external-tests/haskell/package.yaml')
-rw-r--r--contrib/external-tests/haskell/package.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/external-tests/haskell/package.yaml b/contrib/external-tests/haskell/package.yaml
new file mode 100644
index 0000000..3c8cc55
--- /dev/null
+++ b/contrib/external-tests/haskell/package.yaml
@@ -0,0 +1,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