symbiote-0.0.3: symbiote.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: bb816980e733fd1d164875e94302b3003d655cc593b1de79483b12e50a73761b
name: symbiote
version: 0.0.3
synopsis: Data serialization, communication, and operation verification implementation
description: Please see the README on GitHub at <https://github.com/athanclark/symbiote#readme>
category: Data, Testing
homepage: https://github.com/athanclark/symbiote#readme
bug-reports: https://github.com/athanclark/symbiote/issues
author: Athan Clark
maintainer: athan.clark@gmail.com
copyright: 2019, 2020 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/athanclark/symbiote
library
exposed-modules:
Test.Serialization.Symbiote
Test.Serialization.Symbiote.Abides
Test.Serialization.Symbiote.Aeson
Test.Serialization.Symbiote.Cereal
Test.Serialization.Symbiote.Cereal.Lazy
Test.Serialization.Symbiote.Core
Test.Serialization.Symbiote.Debug
Test.Serialization.Symbiote.WebSocket
Test.Serialization.Symbiote.WebSocket.Ident
Test.Serialization.Symbiote.ZeroMQ
other-modules:
Paths_symbiote
hs-source-dirs:
src
build-depends:
QuickCheck
, abides
, aeson
, async
, base >=4.7 && <5
, bytestring
, cereal
, chan
, containers
, exceptions
, extractable-singleton
, hashable
, monad-control-aligned
, mtl
, quickcheck-instances
, stm
, text
, threaded
, uuid
, wai-transformers >=0.1.0
, websockets-simple >=0.2.0
, websockets-simple-extra
, zeromq4-haskell
, zeromq4-simple >=0.0.0.2
default-language: Haskell2010
test-suite symbiote-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
ServerOrClient
Spec.Local
Spec.Protocol
Spec.Sanity
Spec.Types
Paths_symbiote
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, abides
, aeson
, async
, base >=4.7 && <5
, bytestring
, cereal
, chan
, containers
, exceptions
, extractable-singleton
, hashable
, http-types
, monad-control-aligned
, mtl
, quickcheck-instances
, stm
, symbiote
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, threaded
, uuid
, wai
, wai-extra
, wai-transformers
, wai-websockets
, warp
, websockets
, websockets-simple
, websockets-simple-extra
, zeromq4-haskell
, zeromq4-simple >=0.0.0.2
default-language: Haskell2010