-
Notifications
You must be signed in to change notification settings - Fork 0
/
happstack-wai.cabal
36 lines (33 loc) · 1.3 KB
/
happstack-wai.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
-- Initial happstack-wai.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: happstack-wai
version: 0.1.0.0
synopsis: Adapter to run a happstack application on wai
-- description:
homepage: http://insert.link.here
license: BSD3
license-file: LICENSE
author: Antoine Latter
maintainer: aslatter@gmail.com
copyright: Copyright Antoine Latter, 2012
category: Web
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Happstack.Server.Wai
other-modules: Happstack.Server.Internal.Clock
hs-source-dirs: src
build-depends: base,
bytestring >= 0.9 && < 0.11,
case-insensitive == 0.4.*,
conduit == 0.5.*,
containers >= 0.4 && < 0.6,
happstack-server >= 7.0 && < 7.1,
http-types == 0.7.*,
old-locale == 1.0.*,
resourcet == 0.4.*,
text == 0.11.*,
time == 1.4.*,
transformers >= 0.2,
wai == 1.3.*,
warp == 1.3.*