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