-- Initial yesod-websockets-extra.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: yesod-websockets-extra
version: 0.1.0.0
synopsis: Extension to yesod-websockets
description: Adding exceptions to ws handling
license: BSD3
license-file: LICENSE
author: Marcin Tolysz
maintainer: tolysz@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Yesod.WebSockets.Extra
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, yesod-websockets
, websockets
, transformers
, enclosed-exceptions
hs-source-dirs: src
default-language: Haskell2010