cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 827994d7edfa7de9ddc554689c94455f9ac4747c7e0fa2e21a5647547d6e9b24 name: metro-transport-websockets version: 0.1.0.0 synopsis: Websockets transport for metro description: Please see the README on GitHub at category: Web homepage: https://github.com/Lupino/metro#readme bug-reports: https://github.com/Lupino/metro/issues author: Lupino maintainer: lmjubuntu@gmail.com copyright: MIT license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/Lupino/metro library exposed-modules: Metro.TP.WebSockets other-modules: Paths_metro_transport_websockets hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , metro , websockets default-language: Haskell2010