packages feed

ghc-heap 9.10.2 → 9.10.3

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 view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           ghc-heap-version:        9.10.2+version:        9.10.3 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.1002.99999+    build-depends:  ghc-internal     >= 9.900 && < 9.1003.99999    ghc-options:      -Wall   if !os(ghcjs)