ghc-lib-parser 9.10.1.20250103 → 9.10.1.20250421
raw patch · 2 files changed
+5/−3 lines, 2 files
Files
- compiler/cbits/genSym.c +3/−1
- ghc-lib-parser.cabal +2/−2
compiler/cbits/genSym.c view
@@ -9,7 +9,9 @@ // // The CPP is thus about the RTS version GHC is linked against, and not the // version of the GHC being built.-#if !MIN_VERSION_GLASGOW_HASKELL(9,8,4,0)+#if !MIN_VERSION_GLASGOW_HASKELL(9,6,7,0)+HsWord64 ghc_unique_counter64 = 0;+#elif MIN_VERSION_GLASGOW_HASKELL(9,8,0,0) && !MIN_VERSION_GLASGOW_HASKELL(9,8,4,0) HsWord64 ghc_unique_counter64 = 0; #endif #if !MIN_VERSION_GLASGOW_HASKELL(9,3,0,0)
ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 build-type: Simple name: ghc-lib-parser-version: 9.10.1.20250103+version: 9.10.1.20250421 license: BSD-3-Clause license-file: LICENSE category: Development@@ -117,7 +117,7 @@ process >= 1 && < 1.7 if impl(ghc >= 9.10) build-depends: ghc-internal- build-tool-depends: alex:alex >= 3.1 && < 3.5.2.0, happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2+ build-tool-depends: alex:alex >= 3.1, happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2 other-extensions: BangPatterns CPP