Skip to content

Commit

Permalink
Allow building with base-4.19.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 7, 2023
1 parent 20aaca2 commit 9fbb7e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/javascript-bridge-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tested-with: GHC == 8.4.4

executable javascript-bridge-benchmarks
ghc-options: -Wall -O2 -rtsopts
build-depends: base >= 4.11 && < 4.19
build-depends: base >= 4.11 && < 4.20
, javascript-bridge
, binary >= 0.8 && < 0.9
, aeson >= 1.0 && < 2.3
Expand Down
8 changes: 4 additions & 4 deletions javascript-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
exposed-modules: Network.JavaScript,
Network.JavaScript.Internal,
Network.JavaScript.Services
build-depends: base >= 4.11 && < 4.19
build-depends: base >= 4.11 && < 4.20
, binary >= 0.8 && < 0.9
, aeson >= 1.4 && < 2.3
, containers >= 0.5 && < 0.7
Expand All @@ -49,7 +49,7 @@ library
test-suite javascript-bridge-test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base >= 4.11 && < 4.19
build-depends: base >= 4.11 && < 4.20
, aeson >= 1.0 && < 2.3
, javascript-bridge
, scotty >= 0.11 && < 0.13
Expand All @@ -64,7 +64,7 @@ test-suite javascript-bridge-test
executable javascript-bridge-simple
main-is: Main.hs
other-modules: Paths_javascript_bridge
build-depends: base >= 4.11 && < 4.19
build-depends: base >= 4.11 && < 4.20
, javascript-bridge
, scotty >= 0.11 && < 0.13
hs-source-dirs: examples
Expand All @@ -74,7 +74,7 @@ executable javascript-bridge-simple
executable javascript-bridge-examples
main-is: Multi.hs
other-modules: Paths_javascript_bridge
build-depends: base >= 4.11 && < 4.19
build-depends: base >= 4.11 && < 4.20
, javascript-bridge
, scotty >= 0.11 && < 0.13
, text >= 1.2 && < 2.1
Expand Down

0 comments on commit 9fbb7e0

Please sign in to comment.