diff --git a/benchmarks/javascript-bridge-benchmarks.cabal b/benchmarks/javascript-bridge-benchmarks.cabal index 689d2ba..1fae376 100644 --- a/benchmarks/javascript-bridge-benchmarks.cabal +++ b/benchmarks/javascript-bridge-benchmarks.cabal @@ -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 diff --git a/javascript-bridge.cabal b/javascript-bridge.cabal index 5324a1b..8c9157e 100644 --- a/javascript-bridge.cabal +++ b/javascript-bridge.cabal @@ -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 @@ -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 @@ -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