forked from ocharles/snaplet-socketio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnaplet-socketio.cabal
52 lines (50 loc) · 1.46 KB
/
snaplet-socketio.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
name: snaplet-socketio
version: 0.14
synopsis: Socket.io compatible Snaplet
homepage: http://github.com/ocharles/snaplet-socketio
license: BSD3
license-file: LICENSE
author: Oliver Charles
maintainer: [email protected]
category: Web
build-type: Simple
extra-source-files: Changelog.md
cabal-version: >=1.10
library
default-language: Haskell2010
exposed-modules: Snap.Snaplet.SocketIO
other-extensions:
DeriveDataTypeable
DeriveFunctor
OverloadedStrings
TypeOperators
build-depends:
aeson >= 0.6 && <0.8,
async >= 2.0 && <2.1,
attoparsec >= 0.10 && <0.13,
base >=4.6 && <4.8,
blaze-builder >= 0.3 && <0.4,
bytestring >= 0.10 && <0.11,
mtl >= 2.1 && <2.2,
pipes >= 4 && < 5,
pipes-concurrency >= 2 && <2.1,
snap >=0.13 && <0.14,
stm >= 2.4 && <2.5,
text >= 0.11 && <1.2,
transformers >= 0.3 && <0.4,
unordered-containers >= 0.2 && <0.3,
websockets >= 0.8 && < 0.9,
websockets-snap >= 0.8 && < 0.9
hs-source-dirs: src
default-language: Haskell2010
--executable snaplet-socketio-test
-- main-is: Example.hs
-- build-depends:
-- aeson >= 0.6 && <0.7,
-- base >= 4.6 && < 5,
-- extensible-effects >= 1.2 && < 1.3,
-- lens >= 3.10 && < 3.11,
-- snap >=0.13 && <0.14,
-- snap-server >= 0.9 && < 0.10,
-- snap-core >= 0.9 && < 0.10,
-- snaplet-socketio