-- Initial growler-socket-io.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: engine-io-growler
version: 0.1.0.0
-- synopsis:
description: This package provides an @engine-io@ @ServerAPI@ that is compatible with
<http://http://hackage.haskell.org/package/growler Growler>. It also provides a few helper utilities for setting up @socket-io@
homepage: http://github.com/iand675/growler
license: MIT
license-file: LICENSE
author: Ian Duncan
maintainer: ian@iankduncan.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Network.EngineIO.Growler,
Network.SocketIO.Growler
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <5,
growler == 0.6.*,
wai >=3.0 && < 4,
engine-io == 1.2.*,
socket-io == 1.3.*,
websockets == 0.9.*,
wai-websockets == 3.*,
text,
bytestring,
unordered-containers,
mtl,
pipes == 4.*,
pipes-attoparsec == 0.5.*,
pipes-wai == 3.*,
transformers,
http-types == 0.8.*
hs-source-dirs: src
default-language: Haskell2010