-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 1e0b3978e09bab9b1ca1ae88ade2d3c827cf4b771cc6e914a438477eace47d3d name: ws version: 0.0.5 synopsis: A simple CLI utility for interacting with a websocket description: Please see the README on Github at category: Web homepage: https://github.com/athanclark/ws#readme bug-reports: https://github.com/athanclark/ws/issues author: Athan Clark maintainer: athan.clark@localcooking.com copyright: 2018 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/ws library exposed-modules: App App.Types other-modules: Paths_ws hs-source-dirs: src ghc-options: -Wall build-depends: async , attoparsec-uri >=0.0.6 , base >=4.7 && <5 , bytestring , exceptions , haskeline >=0.7.4 , mtl , network , text , websockets >=0.12 , wuss default-language: Haskell2010 executable ws main-is: Main.hs other-modules: Paths_ws hs-source-dirs: app ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N build-depends: async , attoparsec , attoparsec-uri , base >=4.7 && <5 , bytestring , exceptions , haskeline >=0.7.4 , mtl , network , optparse-applicative , strict , text , vector , websockets >=0.12 , ws , wuss default-language: Haskell2010