-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: d677af901275b84a23a53024bc83e2471998b8ed21dc32553b0a23c736723cd1 name: websockets-simple version: 0.1.0 synopsis: Composable websockets clients description: See README at category: Web homepage: https://github.com/athanclark/websockets-simple#readme bug-reports: https://github.com/athanclark/websockets-simple/issues maintainer: Athan Clark license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/athanclark/websockets-simple library exposed-modules: Network.WebSockets.Simple Network.WebSockets.Simple.PingPong Test.WebSockets.Simple other-modules: Paths_websockets_simple hs-source-dirs: src ghc-options: -Wall build-depends: aeson , async , base >=4.9 && <5 , bytestring , every >=0.0.1 , exceptions , monad-control , profunctors , stm , transformers , wai-transformers , websockets >=0.12.3 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Network.WebSockets.Simple Network.WebSockets.Simple.PingPong Test.WebSockets.Simple Paths_websockets_simple hs-source-dirs: test src ghc-options: -Wall build-depends: aeson , async , base >=4.9 && <5 , bytestring , every >=0.0.1 , exceptions , hspec , monad-control , profunctors , stm , tasty , tasty-hspec , transformers , wai-transformers , websockets >=0.12.3 , websockets-simple default-language: Haskell2010