Skip to content

Commit 24e6ad5

Browse files
committed
bump: delete upper-bound constraint for wai-extra dependency
1 parent ecb7ec1 commit 24e6ad5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rollbar-wai/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5252
executables:
5353
wai-example:

rollbar-wai/rollbar-wai.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
name: rollbar-wai
1010
version: 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

6060
executable wai-example

0 commit comments

Comments
 (0)