Skip to content

Commit

Permalink
Merge pull request #27 from adetokunbo/extend-bytestring-bounds
Browse files Browse the repository at this point in the history
Relax the upper bounds on bytestring
  • Loading branch information
adetokunbo authored Mar 17, 2024
2 parents 5fbc067 + 040b861 commit 7adc59f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

`wai-middleware-delegate` uses [PVP Versioning][1].

## 0.1.4.1 -- 2024-03-17

* Relax the upper bounds on bytestring to allow bytestring 0.12.1

## 0.1.4.0 -- 2023-17-11

* Relax the upper bounds on bytestring to allow bytestring 0.12.1
Expand Down
4 changes: 2 additions & 2 deletions wai-middleware-delegate.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: wai-middleware-delegate
version: 0.1.4.0
version: 0.1.4.1
synopsis: WAI middleware that delegates handling of requests.
description:
[WAI](http://hackage.haskell.org/package/wai) middleware that intercepts requests
Expand Down Expand Up @@ -37,7 +37,7 @@ library
, async ^>=2.2.1
, base >=4.10 && <5
, blaze-builder ^>=0.4.1.0
, bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1
, bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.13.0
, case-insensitive ^>=1.2.0.11
, conduit ^>=1.3.0.3
, conduit-extra ^>=1.3.0
Expand Down

0 comments on commit 7adc59f

Please sign in to comment.