-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 0fd7a69684c73e2d69f006be6b9f3028e804149928f115366bc6ef246ebe1cf5 name: websockets-simple version: 0.0.7 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.11 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.11 , websockets-simple default-language: Haskell2010