1
1
name : servant-js
2
2
version : 0.9.3.2
3
+ x-revision : 1
3
4
synopsis : Automatically derive javascript functions to query servant webservices.
4
5
description :
5
6
Automatically derive javascript functions to query servant webservices.
@@ -21,7 +22,7 @@ build-type: Simple
21
22
cabal-version : >= 1.10
22
23
homepage : http://haskell-servant.readthedocs.org/
23
24
bug-reports : http://github.com/haskell-servant/servant-js/issues
24
- tested-with : GHC== 7.8.4 , GHC== 7.10.3 , GHC== 8.0.2 , GHC== 8.2.2
25
+ tested-with : GHC== 7.8.4 , GHC== 7.10.3 , GHC== 8.0.2 , GHC== 8.2.2 , GHC == 8.4.1
25
26
extra-source-files :
26
27
include/*.h
27
28
CHANGELOG.md
@@ -42,7 +43,7 @@ library
42
43
Servant.JS.Internal
43
44
Servant.JS.JQuery
44
45
Servant.JS.Vanilla
45
- build-depends : base >= 4.7 && < 4.11
46
+ build-depends : base >= 4.7 && < 4.12
46
47
, base-compat >= 0.9
47
48
, charset >= 0.3
48
49
, lens >= 4
@@ -66,7 +67,7 @@ executable counter
66
67
buildable : False
67
68
68
69
build-depends : base
69
- , aeson >= 0.7 && < 1.3
70
+ , aeson >= 0.7 && < 1.4
70
71
, filepath >= 1
71
72
, lens >= 4
72
73
, servant
@@ -85,10 +86,10 @@ test-suite spec
85
86
other-modules :
86
87
Servant.JSSpec
87
88
Servant.JSSpec.CustomHeaders
88
- build-tool-depends : hspec-discover :hspec-discover >= 2.3.0 && < 2.5
89
+ build-tool-depends : hspec-discover :hspec-discover >= 2.3.0 && < 2.6
89
90
build-depends : base
90
91
, base-compat
91
- , hspec >= 2.3.0 && < 2.5
92
+ , hspec >= 2.3.0 && < 2.6
92
93
, hspec-expectations
93
94
, language-ecmascript >= 0.16
94
95
, lens
0 commit comments