-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: b6402f73c4dc03d95debbd67a2f16770b5dac6fc20c70e0bfa61dcc04a2950f4 name: ws version: 0.0.4 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 , 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