Skip to content

Commit

Permalink
Allow building with text-2.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 27, 2023
1 parent 9fbb7e0 commit fc7da7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarks/javascript-bridge-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ executable javascript-bridge-benchmarks
, free >= 4.12 && < 5.3
, scientific >= 0.3.4.9 && < 0.4
, stm >= 2.4 && < 2.6
, text >= 1.2 && < 2.1
, text >= 1.2 && < 2.2
, transformers >= 0.4 && < 0.7
, unordered-containers >= 0.2.7 && < 0.3
, wai >= 3.2 && < 3.3
Expand Down
6 changes: 3 additions & 3 deletions javascript-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
, aeson >= 1.4 && < 2.3
, containers >= 0.5 && < 0.7
, stm >= 2.4 && < 2.6
, text >= 1.2 && < 2.1
, text >= 1.2 && < 2.2
, time >= 1.6 && < 1.13
, transformers >= 0.4 && < 0.7
, wai >= 3.2 && < 3.3
Expand All @@ -55,7 +55,7 @@ test-suite javascript-bridge-test
, scotty >= 0.11 && < 0.13
, wai-extra >= 3.0 && < 3.2
, stm >= 2.4 && < 2.6
, text >= 1.2 && < 2.1
, text >= 1.2 && < 2.2
, time >= 1.6 && < 1.13
hs-source-dirs: test
default-language: Haskell2010
Expand All @@ -77,7 +77,7 @@ executable javascript-bridge-examples
build-depends: base >= 4.11 && < 4.20
, javascript-bridge
, scotty >= 0.11 && < 0.13
, text >= 1.2 && < 2.1
, text >= 1.2 && < 2.2
hs-source-dirs: examples
default-language: Haskell2010
ghc-options: -threaded -Wall

0 comments on commit fc7da7e

Please sign in to comment.