Name: kansas-comet Version: 0.4 x-revision: 12 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues License: BSD3 License-file: LICENSE Author: Andrew Gill , Andrew Farmer Maintainer: Andrew Gill Copyright: (c) 2014 The University of Kansas Category: Web Stability: beta Build-type: Simple extra-source-files: CHANGELOG.md, README.md Cabal-version: >= 1.10 Description: A transport-level remote JavaScript RESTful push mechanism. data-files: static/js/kansas-comet.js Library Exposed-modules: Web.Scotty.Comet other-modules: Paths_kansas_comet default-language: Haskell2010 build-depends: aeson >= 0.9 && < 1.4, base >= 4.6 && < 4.11, containers >= 0.4 && < 0.6, data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.12, stm >= 2.2 && < 2.5, text >= 0.11.3.1 && < 1.3, time >= 1.2 && < 1.9, transformers >= 0.3 && < 0.6, unordered-containers >= 0.2.3 && < 0.3 GHC-options: -Wall source-repository head type: git location: git://github.com/ku-fpg/kansas-comet.git