packages feed

websockets-rpc-0.7.0: websockets-rpc.cabal

-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c8257b8fab21297c6a0bdb9cec3a4038b0367a663393b3a746bf68f0b4893453

name:           websockets-rpc
version:        0.7.0
synopsis:       Simple streaming RPC mechanism using WebSockets
description:    Please see the README on Github at <https://github.com/athanclark/sparrow-server#readme>
category:       Web
homepage:       https://github.com/athanclark/websockets-rpc#readme
bug-reports:    https://github.com/athanclark/websockets-rpc/issues
author:         Athan Clark
maintainer:     athan.clark@gmail.com
copyright:      BSD-3
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-rpc

library
  exposed-modules:
      Network.WebSockets.RPC
      Network.WebSockets.RPC.ACKable
      Network.WebSockets.RPC.Trans.Client
      Network.WebSockets.RPC.Trans.Server
      Network.WebSockets.RPC.Types
  other-modules:
      Paths_websockets_rpc
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , aeson
    , async
    , base >=4.10 && <5.0
    , bytestring
    , containers
    , exceptions
    , hashable
    , monad-control
    , mtl
    , stm
    , text
    , transformers
    , unordered-containers
    , uuid
    , wai-transformers
    , websockets >=0.12
    , websockets-simple >=0.1.0
  default-language: Haskell2010

test-suite sparrow-server-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Network.WebSockets.RPCSpec
      Paths_websockets_rpc
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , aeson
    , async
    , base
    , bytestring
    , containers
    , exceptions
    , hashable
    , monad-control
    , mtl
    , quickcheck-instances
    , stm
    , tasty
    , tasty-quickcheck
    , text
    , transformers
    , unordered-containers
    , uuid
    , wai-transformers
    , websockets >=0.12
    , websockets-rpc
    , websockets-simple >=0.1.0
  default-language: Haskell2010