ghc-heap 9.12.3 → 9.12.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ghc-internalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-internal
API changes (from Hackage documentation)
Files
- ghc-heap.cabal +2/−2
ghc-heap.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghc-heap-version: 9.12.3+version: 9.12.4 license: BSD-3-Clause license-file: LICENSE maintainer: libraries@haskell.org@@ -28,7 +28,7 @@ , containers >= 0.6.2.1 && < 0.8 if impl(ghc >= 9.9)- build-depends: ghc-internal >= 9.900 && < 9.1203.99999+ build-depends: ghc-internal >= 9.900 && < 9.1204.99999 ghc-options: -Wall if !os(ghcjs)