Skip to content

Commit

Permalink
Bump bytestring and text bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jan 1, 2024
1 parent 31f80c9 commit 77c03d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ dependencies:
- base >= 4.8 && < 5
- base16-bytestring >= 0.1 && < 1.1
- base64-bytestring >= 0.1 && < 2
- bytestring >= 0.9 && < 0.12
- bytestring >= 0.9 && < 0.13
- c14n >= 0.1.0.1 && < 1
- containers >= 0.6 && <0.7
- cryptonite < 1
- data-default-class < 1
- http-types < 1
- mtl >= 2.2.1 && < 3
- network-uri >= 2.0 && < 3
- text < 2.1
- text < 2.2
- time >= 1.9 && < 2
- vault >= 0.3 && < 1
- wai >= 3.0 && < 4
Expand Down
6 changes: 3 additions & 3 deletions wai-saml2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ library
base >=4.8 && <5
, base16-bytestring >=0.1 && <1.1
, base64-bytestring >=0.1 && <2
, bytestring >=0.9 && <0.12
, bytestring >=0.9 && <0.13
, c14n >=0.1.0.1 && <1
, containers ==0.6.*
, cryptonite <1
, data-default-class <1
, http-types <1
, mtl >=2.2.1 && <3
, network-uri >=2.0 && <3
, text <2.1
, text <2.2
, time >=1.9 && <2
, vault >=0.3 && <1
, wai >=3.0 && <4
Expand Down Expand Up @@ -112,7 +112,7 @@ test-suite parser
, pretty-show
, tasty
, tasty-golden
, text <2.1
, text <2.2
, time >=1.9 && <2
, vault >=0.3 && <1
, wai >=3.0 && <4
Expand Down

0 comments on commit 77c03d1

Please sign in to comment.