Skip to content

Commit

Permalink
Allow building with containers-0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 30, 2023
1 parent fc7da7e commit 1c449b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/javascript-bridge-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executable javascript-bridge-benchmarks
, javascript-bridge
, binary >= 0.8 && < 0.9
, aeson >= 1.0 && < 2.3
, containers >= 0.5 && < 0.7
, containers >= 0.5 && < 0.8
, criterion >= 1.1 && < 1.7
, scotty >= 0.11 && < 0.13
, free >= 4.12 && < 5.3
Expand Down
2 changes: 1 addition & 1 deletion javascript-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
build-depends: base >= 4.11 && < 4.20
, binary >= 0.8 && < 0.9
, aeson >= 1.4 && < 2.3
, containers >= 0.5 && < 0.7
, containers >= 0.5 && < 0.8
, stm >= 2.4 && < 2.6
, text >= 1.2 && < 2.2
, time >= 1.6 && < 1.13
Expand Down

0 comments on commit 1c449b0

Please sign in to comment.