We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf57ad6 + 3fa8e46 commit 28c2596Copy full SHA for 28c2596
servant-js.cabal
@@ -32,6 +32,7 @@ tested-with:
32
|| ==9.4.8
33
|| ==9.6.3
34
|| ==9.8.1
35
+ || ==9.10.1
36
37
extra-source-files:
38
include/*.h
@@ -53,10 +54,10 @@ library
53
54
Servant.JS.Internal
55
Servant.JS.JQuery
56
Servant.JS.Vanilla
- build-depends: base >= 4.9 && <4.20
57
- , base-compat >= 0.10.5 && <0.14
+ build-depends: base >= 4.9 && <4.21
58
+ , base-compat >= 0.10.5 && <0.15
59
, charset >= 0.3.7.1 && <0.4
- , lens >= 4.17 && <5.3
60
+ , lens >= 4.17 && <5.4
61
, servant-foreign >= 0.15 && <0.17
62
, servant >= 0.15 && <0.21
63
, text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.2
0 commit comments