File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ library:
4747 - text >= 1.2 && < 2.2
4848 - unordered-containers >= 0.2 && < 1
4949 - wai >= 3.2 && < 4
50- - wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
50+ - wai-extra >=3.0 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
5151
5252executables :
5353 wai-example :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 1.12
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: 4419308d935ac2c2c904f04bc2c6e6d009dada286117ef9bb4cc4305f6aea11f
7+ -- hash: cf2227064192dc4c6cb8aa19776ed2e3112241ef9c24c3ede8f990bea30bbc7d
88
99name : rollbar-wai
1010version : 1.1.0
@@ -54,7 +54,7 @@ library
5454 , text >= 1.2 && < 2.2
5555 , unordered-containers >= 0.2 && < 1
5656 , wai >= 3.2 && < 4
57- , wai-extra < 3.1.17
57+ , wai-extra >= 3.0
5858 default-language : Haskell2010
5959
6060executable wai-example
You can’t perform that action at this time.
0 commit comments