-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkansas-comet.cabal
57 lines (53 loc) · 2.27 KB
/
kansas-comet.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Name: kansas-comet
Version: 0.4.3
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 <[email protected]>, Andrew Farmer <[email protected]>
Maintainer: Andrew Gill <[email protected]>
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
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.4
, GHC == 9.10.1
, GHC == 9.12.1
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 >= 2 && < 2.3,
base >= 4.9 && < 4.22,
containers >= 0.4 && < 0.8,
data-default-class >= 0.0.1 && < 0.3,
-- TODO: Eventually, we should bump the lower version
-- bounds to >=0.20 so that we can remove some CPP in
-- Web.Scotty.Comet.
scotty >= 0.10 && < 0.23,
stm >= 2.2 && < 2.6,
text >= 0.11.3.1 && < 2.2,
time >= 1.2 && < 1.15,
transformers >= 0.3 && < 0.7,
unordered-containers >= 0.2.3 && < 0.3
GHC-options: -Wall
source-repository head
type: git
location: https://github.com/ku-fpg/kansas-comet.git