unix-bytestring 0.4.0.3 → 0.4.0.4
raw patch · 3 files changed
+10/−6 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- README.md +3/−2
- unix-bytestring.cabal +5/−4
CHANGELOG view
@@ -1,3 +1,5 @@+0.4.0.4 (2026-02-26):+ - Updating version bounds for GHC 9.14 0.4.0.3 (2025-02-11): - Updating version bounds for GHC 9.12 0.4.0.2 (2024-08-28):
README.md view
@@ -1,8 +1,9 @@ unix-bytestring ===============+[](https://github.com/wrengr/unix-bytestring/actions?query=workflow%3Aci+-event%3Apull_request) [](https://hackage.haskell.org/package/unix-bytestring) -[](https://github.com/wrengr/unix-bytestring/actions?query=workflow%3Aci)-[](http://packdeps.haskellers.com/specific?package=unix-bytestring)+[](https://stackage.org/lts/package/unix-bytestring)+[](https://stackage.org/nightly/package/unix-bytestring) Unix/Posix-specific functions for `ByteString`s.
unix-bytestring.cabal view
@@ -6,11 +6,11 @@ -- <https://github.com/haskell/cabal/issues/4899> ------------------------------------------------------------------- wren gayle romano <wren@cpan.org> ~ 2025-02-11+-- wren gayle romano <wren@cpan.org> ~ 2026-02-26 ---------------------------------------------------------------- Name: unix-bytestring-Version: 0.4.0.3+Version: 0.4.0.4 Build-Type: Simple Stability: provisional Homepage: https://wrengr.org/software/hackage.html@@ -55,7 +55,8 @@ GHC ==9.6.5, GHC ==9.8.2, GHC ==9.10.1,- GHC ==9.12.1+ GHC ==9.12.1,+ GHC ==9.14.1 Source-Repository head Type: git@@ -77,7 +78,7 @@ -- them on our own for better backwards compatibility. -- -- FIXME: unix-2.8.0.0 introduces some additional conflicts- Build-Depends: base >= 4.9 && < 4.22+ Build-Depends: base >= 4.9 && < 4.23 , bytestring >= 0.10.8 && < 0.13 ----------------------------------------------------------------