-
Notifications
You must be signed in to change notification settings - Fork 2
/
iterio-server.cabal
48 lines (41 loc) · 1.41 KB
/
iterio-server.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
Name: iterio-server
Version: 0.3.1
build-type: Simple
License: BSD3
License-File: LICENSE
Homepage: https://github.com/alevy/iterio-server
Author: Amit Levy
Maintainer: Amit Levy <levya at cs.stanford dot edu>
Stability: experimental
Synopsis: Library for building servers with IterIO
Category: Network, Enumerator
Cabal-Version: >= 1.6
Extra-source-files:
Examples/BasicSite.hs
Description:
This module contains a set of generic building blocks for building servers with IterIO.
Source-repository head
Type: git
Location: git://github.com/alevy/iterio-server.git
Library
Build-Depends: base >= 4 && < 5,
bytestring >= 0.9 && < 1,
HsOpenSSL >= 0.10.1 && < 2,
ListLike >= 3 && < 4,
monadIO >= 0.10 && < 0.20,
mtl >= 2.0 && < 2.1,
iterIO >= 0.2.2 && < 0.3,
network >= 2.3 && < 2.4,
split >= 0.1 && < 0.2,
unix >= 2.5 && < 2.6,
filepath >= 1.3 && < 1.4,
transformers >= 0.2 && < 0.3
ghc-options: -Wall
Exposed-modules:
Data.IterIO.Http.Support
Data.IterIO.Http.Support.Action
Data.IterIO.Http.Support.Responses
Data.IterIO.Http.Support.RestController
Data.IterIO.Http.Support.Routing
Data.IterIO.Http.Support.Utils
Data.IterIO.Server.TCPServer