Skip to content

Commit 3fa8e46

Browse files
committed
Update dependencies for GHC 9.10.1
I've run the test suite constraining to the new versions of each bumped dependency - to do this I had to use the git version of language-ecmascript with some `--allow-newer`s, and I've also made a PR to that to update its own dependencies jswebtools/language-ecmascript#91
1 parent bf57ad6 commit 3fa8e46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

servant-js.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tested-with:
3232
|| ==9.4.8
3333
|| ==9.6.3
3434
|| ==9.8.1
35+
|| ==9.10.1
3536

3637
extra-source-files:
3738
include/*.h
@@ -53,10 +54,10 @@ library
5354
Servant.JS.Internal
5455
Servant.JS.JQuery
5556
Servant.JS.Vanilla
56-
build-depends: base >= 4.9 && <4.20
57-
, base-compat >= 0.10.5 && <0.14
57+
build-depends: base >= 4.9 && <4.21
58+
, base-compat >= 0.10.5 && <0.15
5859
, charset >= 0.3.7.1 && <0.4
59-
, lens >= 4.17 && <5.3
60+
, lens >= 4.17 && <5.4
6061
, servant-foreign >= 0.15 && <0.17
6162
, servant >= 0.15 && <0.21
6263
, text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.2

0 commit comments

Comments
 (0)