packages feed

ghc-lib 9.10.1.20241103 → 9.10.1.20250103

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~ghc-lib-parserPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc-lib-parser

API changes (from Hackage documentation)

Files

ghc-lib.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 build-type: Simple name: ghc-lib-version: 9.10.1.20241103+version: 9.10.1.20250103 license: BSD-3-Clause license-file: LICENSE category: Development@@ -89,7 +89,7 @@         ghc-prim > 0.2 && < 0.12,         containers >= 0.6.2.1 && < 0.8,         bytestring >= 0.11.4 && < 0.13,-        time >= 1.4 && < 1.13,+        time >= 1.4 && < 1.15,         filepath >= 1 && < 1.6,         exceptions == 0.10.*,         parsec,@@ -104,8 +104,8 @@         semaphore-compat,         rts,         hpc >= 0.6 && < 0.8,-        ghc-lib-parser == 9.10.1.20241103-    build-tool-depends: alex:alex >= 3.1, happy:happy == 1.20.* || >= 2.0.2 && < 2.1+        ghc-lib-parser == 9.10.1.20250103+    build-tool-depends: alex:alex >= 3.1 && < 3.5.2.0, happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2     other-extensions:         BangPatterns         CPP