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, 0 insertions, 34 deletions
diff --git a/contrib/external-tests/haskell/cacophony-wg.cabal b/contrib/external-tests/haskell/cacophony-wg.cabal
deleted file mode 100644
index 90f519d..0000000
--- a/contrib/external-tests/haskell/cacophony-wg.cabal
+++ /dev/null
@@ -1,34 +0,0 @@
--- Initial cacophony-wg.cabal generated by cabal init. For further
--- documentation, see https://www.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