Skip to content

Commit

Permalink
Allow building with scotty-0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Dec 18, 2023
1 parent a4be7cf commit 9fe0498
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 @@ -27,7 +27,7 @@ executable javascript-bridge-benchmarks
, aeson >= 1.0 && < 2.3
, containers >= 0.5 && < 0.8
, criterion >= 1.1 && < 1.7
, scotty >= 0.11 && < 0.21
, scotty >= 0.11 && < 0.22
, free >= 4.12 && < 5.3
, scientific >= 0.3.4.9 && < 0.4
, stm >= 2.4 && < 2.6
Expand Down
6 changes: 3 additions & 3 deletions javascript-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test-suite javascript-bridge-test
build-depends: base >= 4.11 && < 4.20
, aeson >= 1.0 && < 2.3
, javascript-bridge
, scotty >= 0.11 && < 0.21
, scotty >= 0.11 && < 0.22
, wai-extra >= 3.0 && < 3.2
, stm >= 2.4 && < 2.6
, text >= 1.2 && < 2.2
Expand All @@ -66,7 +66,7 @@ executable javascript-bridge-simple
other-modules: Paths_javascript_bridge
build-depends: base >= 4.11 && < 4.20
, javascript-bridge
, scotty >= 0.11 && < 0.21
, scotty >= 0.11 && < 0.22
hs-source-dirs: examples
default-language: Haskell2010
ghc-options: -threaded -Wall
Expand All @@ -76,7 +76,7 @@ executable javascript-bridge-examples
other-modules: Paths_javascript_bridge
build-depends: base >= 4.11 && < 4.20
, javascript-bridge
, scotty >= 0.11 && < 0.21
, scotty >= 0.11 && < 0.22
, text >= 1.2 && < 2.2
hs-source-dirs: examples
default-language: Haskell2010
Expand Down

0 comments on commit 9fe0498

Please sign in to comment.