Skip to content

Commit ee38646

Browse files
committed
fix: add upper-bound constraint for mayor version in wai-extra
dependency
1 parent 24e6ad5 commit ee38646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.0 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
50+
- wai-extra >=3.0 && < 4
5151

5252
executables:
5353
wai-example:

0 commit comments

Comments
 (0)