Skip to content

Commit 683aff3

Browse files
committed
Allow building with base-4.20.*, websockets-0.13.*
1 parent 077294e commit 683aff3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

benchmarks/javascript-bridge-benchmarks.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tested-with: GHC == 8.4.4
2121

2222
executable javascript-bridge-benchmarks
2323
ghc-options: -Wall -O2 -rtsopts
24-
build-depends: base >= 4.11 && < 4.20
24+
build-depends: base >= 4.11 && < 4.21
2525
, javascript-bridge
2626
, binary >= 0.8 && < 0.9
2727
, aeson >= 1.0 && < 2.3
@@ -36,7 +36,7 @@ executable javascript-bridge-benchmarks
3636
, unordered-containers >= 0.2.7 && < 0.3
3737
, wai >= 3.2 && < 3.3
3838
, wai-websockets >= 3.0.1 && < 3.1
39-
, websockets >= 0.10 && < 0.13
39+
, websockets >= 0.10 && < 0.14
4040
main-is: Main.hs
4141
-- hs-source-dirs: ..
4242
-- other-modules: Network.JavaScript,

javascript-bridge.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
exposed-modules: Network.JavaScript,
3232
Network.JavaScript.Internal,
3333
Network.JavaScript.Services
34-
build-depends: base >= 4.11 && < 4.20
34+
build-depends: base >= 4.11 && < 4.21
3535
, binary >= 0.8 && < 0.9
3636
, aeson >= 1.4 && < 2.3
3737
, containers >= 0.5 && < 0.8
@@ -41,15 +41,15 @@ library
4141
, transformers >= 0.4 && < 0.7
4242
, wai >= 3.2 && < 3.3
4343
, wai-websockets >= 3.0.1 && < 3.1
44-
, websockets >= 0.10 && < 0.13
44+
, websockets >= 0.10 && < 0.14
4545
hs-source-dirs: src
4646
default-language: Haskell2010
4747
ghc-options: -Wall
4848

4949
test-suite javascript-bridge-test
5050
type: exitcode-stdio-1.0
5151
main-is: Main.hs
52-
build-depends: base >= 4.11 && < 4.20
52+
build-depends: base >= 4.11 && < 4.21
5353
, aeson >= 1.0 && < 2.3
5454
, javascript-bridge
5555
, scotty >= 0.11 && < 0.23
@@ -64,7 +64,7 @@ test-suite javascript-bridge-test
6464
executable javascript-bridge-simple
6565
main-is: Main.hs
6666
other-modules: Paths_javascript_bridge
67-
build-depends: base >= 4.11 && < 4.20
67+
build-depends: base >= 4.11 && < 4.21
6868
, javascript-bridge
6969
, scotty >= 0.11 && < 0.23
7070
hs-source-dirs: examples
@@ -74,7 +74,7 @@ executable javascript-bridge-simple
7474
executable javascript-bridge-examples
7575
main-is: Multi.hs
7676
other-modules: Paths_javascript_bridge
77-
build-depends: base >= 4.11 && < 4.20
77+
build-depends: base >= 4.11 && < 4.21
7878
, javascript-bridge
7979
, scotty >= 0.11 && < 0.23
8080
, text >= 1.2 && < 2.2

0 commit comments

Comments
 (0)