packages feed

unix-bytestring 0.3.7.5 → 0.3.7.6

raw patch · 2 files changed

+9/−7 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,4 +1,6 @@-0.3.7.5 (2021-xx-xx):+0.3.7.6 (2021-11-02):+    - Updated version bounds for GHC 8.2.1+0.3.7.5 (2021-10-24):     - Updating maintainer emails/urls     - Removed the __HADDOCK__ hack     - Generally cleaning up old cruft
unix-bytestring.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren gayle romano <wren@cpan.org>                ~ 2021.10.17+-- wren gayle romano <wren@cpan.org>                ~ 2021.11.02 ----------------------------------------------------------------  -- Cabal >=1.10 is required by Hackage.@@ -7,7 +7,7 @@ Build-Type:     Simple  Name:           unix-bytestring-Version:        0.3.7.5+Version:        0.3.7.6 Stability:      provisional Homepage:       https://wrengr.org/software/hackage.html Bug-Reports:    https://github.com/wrengr/unix-bytestring/issues@@ -35,8 +35,7 @@ Extra-source-files:     README.md, CHANGELOG --- This used to work with GHC 6.12.1, 6.12.3, 7.4.2, 7.6.1, 7.8.0,--- but we don't verify any of those with CI.+-- This used to work as far back as GHC 6.12.1 but we don't verify that with CI. -- <https://github.com/wrengr/unix-bytestring/actions?query=workflow%3Aci> Tested-With:     GHC ==8.0.2,@@ -45,7 +44,8 @@     GHC ==8.6.5,     GHC ==8.8.4,     GHC ==8.10.3,-    GHC ==9.0.1+    GHC ==9.0.1,+    GHC ==9.2.1  Source-Repository head     Type:     git@@ -67,7 +67,7 @@     -- them on our own for better backwards compatibility.     --     -- Not sure what the real minbound is on bytestring...-    Build-Depends: base       >= 4.1     && < 4.16+    Build-Depends: base       >= 4.1     && < 4.17                  , bytestring >= 0.9.1.5 && < 0.12  ----------------------------------------------------------------