-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimprevu-happstack.cabal
58 lines (55 loc) · 1.84 KB
/
imprevu-happstack.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
58
name: imprevu-happstack
version: 0.1.0
cabal-version: >=1.8
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2016 Corentin Dupont
maintainer: Corentin Dupont
stability: Experimental
synopsis: Imprevu support for Happstack
description:
category: Language
Homepage: http://www.nomyx.net
author: Corentin Dupont
data-files:
data-dir: ""
extra-source-files: AUTHORS README.md
library
build-depends: DebugTraceHelpers == 0.12.*,
imprevu == 0.1.*,
base >= 4.6 && < 5,
containers == 0.5.*,
lens >= 4.7 && < 4.16,
ghc >= 7.6 && < 8.1,
mtl >= 2.1 && < 2.3,
old-locale == 1.0.*,
blaze-html >= 0.7 && < 0.10,
happstack-server >= 7.3 && < 7.5,
reform == 0.2.*,
reform-blaze == 0.2.*,
reform-happstack == 0.2.*,
text >= 1.1 && < 1.3,
monad-extras -any,
stm,
safe,
HTTP,
NoTrace
exposed-modules: Imprevu.Happstack.Forms
Imprevu.Happstack.Types
Imprevu.Happstack.TestServer
Imprevu.Happstack.Test
exposed: True
buildable: True
hs-source-dirs: src
ghc-options: -W
Test-Suite test
type: detailed-0.9
test-module: Test
hs-source-dirs: test
build-depends: base,
imprevu-happstack == 0.1.0,
Cabal >= 0.22
source-repository head
type: git
location: https://github.com/cdupont/imprevu-happstack.git