ghc-lib-parser 9.12.1.20250103 → 9.12.1.20250105
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- compiler/GHC/Parser/Lexer.x +1/−1
- ghc-lib-parser.cabal +2/−2
- ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs +1/−1
compiler/GHC/Parser/Lexer.x view
@@ -3474,7 +3474,7 @@ -- If the generated alexScan/alexScanUser functions are called multiple times -- in this file, alexScanUser gets broken out into a separate function and -- increases memory usage. Make sure GHC inlines this function and optimizes it.-{-# INLINE alexScanUser #-}+ lexToken :: P (PsLocated Token) lexToken = do
ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 build-type: Simple name: ghc-lib-parser-version: 9.12.1.20250103+version: 9.12.1.20250105 license: BSD-3-Clause license-file: LICENSE category: Development@@ -119,7 +119,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
ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs view
@@ -22,7 +22,7 @@ cProjectName = "The Glorious Glasgow Haskell Compilation System" cBooterVersion :: String-cBooterVersion = "9.8.4"+cBooterVersion = "9.12.1" cStage :: String cStage = show (1 :: Int)