[Git][ghc/ghc][wip/T25282] Remove integer-gmp, integer-simple from non-reinst list

Teo Camarasu (@teo) gitlab at gitlab.haskell.org
Mon Sep 23 15:47:06 UTC 2024



Teo Camarasu pushed to branch wip/T25282 at Glasgow Haskell Compiler / GHC


Commits:
09b12cf1 by Teo Camarasu at 2024-09-23T16:46:45+01:00
Remove integer-gmp, integer-simple from non-reinst list

- - - - -


2 changed files:

- hadrian/src/Packages.hs
- hadrian/src/Rules/CabalReinstall.hs


Changes:

=====================================
hadrian/src/Packages.hs
=====================================
@@ -272,6 +272,4 @@ nonReinstallablePackages =
   , ghcInternal
   , ghcPrim
   , ghc
-  , integerGmp
-  , integerSimple
   ]


=====================================
hadrian/src/Rules/CabalReinstall.hs
=====================================
@@ -24,7 +24,7 @@ The libdir of the reinstalled GHC points to the libdir of the stage 2 compiler (
 
 -- | We don't support reinstalling these
 cabalExcludedPackages :: [Package]
-cabalExcludedPackages = [array, base, deepseq, filepath, ghcBignum, ghcBootTh, ghcPrim, integerGmp, integerSimple, pretty]
+cabalExcludedPackages = [array, base, deepseq, filepath, ghcBignum, ghcBootTh, ghcPrim, pretty]
 
 
 cabalBuildRules :: Rules ()



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/09b12cf11379463283f0ff42c13fc5071a17a1cb

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/09b12cf11379463283f0ff42c13fc5071a17a1cb
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240923/2f373773/attachment.html>


More information about the ghc-commits mailing list