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: b0ed7398ea9c3fdf50a9dfc395712f17935161fec68786977d951a94aacb8142 name: symbiote version: 0.0.4 synopsis: Data serialization, communication, and operation verification implementation description: Please see the README on GitHub at 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