packages feed

ghc-lib-parser 9.2.1.20211101 → 9.2.1.20220109

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-parser-version: 9.2.1.20211101+version: 9.2.1.20220109 license: BSD3 license-file: LICENSE category: Development@@ -36,9 +36,9 @@     ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl     ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl     ghc-lib/stage0/compiler/build/primop-docs.hs-incl+    ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs     ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs     ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs-    ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs     ghc-lib/stage0/compiler/build/GHC/Parser.hs     ghc-lib/stage0/compiler/build/GHC/Parser/Lexer.hs     includes/MachDeps.h
libraries/ghc-heap/GHC/Exts/Heap/FFIClosures.hs view
@@ -29,12 +29,12 @@ -- -- # Future Work ----- * Duplication of the code in the .hsc files could be reduced simply by+-- - Duplication of the code in the .hsc files could be reduced simply by --   placing the code in a single .hsc.in file and `#include`ing it from each --   .hsc file. The .hsc files would only be responsible for setting the correct --   cpp defines. This currently doesn't work as hadrian doesn't know to copy --   the .hsc.in file to the build directory.--- * The correct solution would be for the build system to run `hsc2hs` with the+-- - The correct solution would be for the build system to run `hsc2hs` with the --   correct cpp defines once per RTS flavour. --