ghc-lib 9.2.3.20220527 → 9.2.3.20220709
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~ghc-lib-parser
Dependency ranges changed: ghc-lib-parser
Files
compiler/GHC/CmmToAsm/AArch64/CodeGen.hs view
@@ -173,7 +173,7 @@ -- ----------------------------------------------------------------------------- -- | Utilities ann :: SDoc -> Instr -> Instr-ann doc instr {- | debugIsOn -} = ANN doc instr+ann doc instr = ANN doc instr -- ann _ instr = instr {-# INLINE ann #-} @@ -201,8 +201,8 @@ -- forced until we actually force them, and without -dppr-debug they should -- never end up being forced. annExpr :: CmmExpr -> Instr -> Instr-annExpr e instr {- | debugIsOn -} = ANN (text . show $ e) instr--- annExpr e instr {- | debugIsOn -} = ANN (pprExpr genericPlatform e) instr+annExpr e instr = ANN (text . show $ e) instr+-- annExpr e instr = ANN (pprExpr genericPlatform e) instr -- annExpr _ instr = instr {-# INLINE annExpr #-}
ghc-lib.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 build-type: Simple name: ghc-lib-version: 9.2.3.20220527+version: 9.2.3.20220709 license: BSD3 license-file: LICENSE category: Development@@ -79,7 +79,7 @@ process >= 1 && < 1.7, rts, hpc == 0.6.*,- ghc-lib-parser == 9.2.3.20220527+ ghc-lib-parser == 9.2.3.20220709 build-tool-depends: alex:alex >= 3.1, happy:happy >= 1.19.4 other-extensions: BangPatterns