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: b6ff1fa8d8f7f7eb06962e6726c32348cec4ff8a0d70f61b0628093fbdc88029 name: symbiote version: 0.0.2 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 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.ZeroMQ other-modules: Paths_symbiote hs-source-dirs: src build-depends: QuickCheck , abides , aeson , async , base >=4.7 && <5 , bytestring , cereal , containers , exceptions , extractable-singleton , monad-control-aligned , mtl , quickcheck-instances , stm , text , 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: 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 , containers , exceptions , extractable-singleton , http-types , monad-control-aligned , mtl , quickcheck-instances , stm , symbiote , tasty , tasty-hunit , tasty-quickcheck , text , 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