packages feed

unix-bytestring 0.3.7.7 → 0.3.7.8

raw patch · 2 files changed

+7/−4 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,3 +1,5 @@+0.3.7.8 (2022-08-28):+    - Updated version bounds for GHC 9.4 0.3.7.7 (2022-05-25):     - Updated the `alignment` macro to avoid warnings on hsc2hs-0.68 (ghc-8.0); also fixing cross-compilation for Arm AArch64:     * <https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/8.0#hsc2hs-defines-an-alignment-macro>
unix-bytestring.cabal view
@@ -6,11 +6,11 @@ --    <https://github.com/haskell/cabal/issues/4899>  ------------------------------------------------------------------- wren gayle romano <wren@cpan.org>                ~ 2022.05.25+-- wren gayle romano <wren@cpan.org>                ~ 2022.08.28 ----------------------------------------------------------------  Name:           unix-bytestring-Version:        0.3.7.7+Version:        0.3.7.8 Build-Type:     Simple Stability:      provisional Homepage:       https://wrengr.org/software/hackage.html@@ -50,7 +50,8 @@     GHC ==8.8.4,     GHC ==8.10.3,     GHC ==9.0.1,-    GHC ==9.2.1+    GHC ==9.2.4,+    GHC ==9.4.1  Source-Repository head     Type:     git@@ -72,7 +73,7 @@     -- them on our own for better backwards compatibility.     --     -- Not sure what the real minbound is on bytestring...-    Build-Depends: base       >= 4.1     && < 4.17+    Build-Depends: base       >= 4.1     && < 4.18                  , bytestring >= 0.9.1.5 && < 0.12  ----------------------------------------------------------------