yesod/yesod-websockets/yesod-websockets.cabal
Christopher Reichert c98fbb0596 Depend on websockets >= 0.9 in yesod-websockets.cabal.
The forkPingThread function was added in version 0.9 of websockets.

Complimentary fix to #889.
2014-12-14 16:11:25 -06:00

32 lines
1.0 KiB
Plaintext

name: yesod-websockets
version: 0.2.1
synopsis: WebSockets support for Yesod
description: WebSockets support for Yesod
homepage: https://github.com/yesodweb/yesod
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Web
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Yesod.WebSockets
build-depends: base >= 4.5 && < 5
-- Just for CPP macro
, wai
, wai-websockets >= 2.1
, websockets >= 0.9
, transformers >= 0.2
, yesod-core >= 1.4
, monad-control >= 0.3
, conduit >= 1.0.15.1
, async >= 2.0.1.5
source-repository head
type: git
location: https://github.com/yesodweb/yesod