Skip to content

Commit 3b50a20

Browse files
committed
fix(text): bump dependency constraint to fix compiling error
1 parent 76959ae commit 3b50a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rollbar-client/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library:
4545
- mtl >= 2.2 && < 3
4646
- process >= 1.6 && < 2
4747
- req >= 2.1 && < 4
48-
- text >= 1.2 && < 2.1
48+
- text >= 1.2 && < 2.2
4949
- unordered-containers >= 0.2 && < 1
5050
- yaml >= 0.11 && < 1
5151
exposed-modules:

rollbar-wai/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library:
4444
- case-insensitive >= 1.2 && < 2
4545
- http-types >= 0.12 && < 1
4646
- rollbar-client >= 1.0 && < 2
47-
- text >= 1.2 && < 2.1
47+
- text >= 1.2 && < 2.2
4848
- unordered-containers >= 0.2 && < 1
4949
- wai >= 3.2 && < 4
5050
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854

0 commit comments

Comments
 (0)