diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-27 14:58:53 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-27 14:58:53 +0000 |
commit | 545bf8cf1844e2a1c18d2019d1f299ab10099873 (patch) | |
tree | 620554cb5a5b2141d7a32343336e9229af65649b /compiler/GHC/Tc | |
parent | 2648c09cd3caefbcb5febd41867347b81cd94e47 (diff) | |
download | haskell-545bf8cf1844e2a1c18d2019d1f299ab10099873.tar.gz |
Revert "base: NoImplicitPrelude in Data.Void and Data.Kind"
Fixes CI errors of the form.
```
===> Command failed with error code: 1
ghc: panic! (the 'impossible' happened)
GHC version 9.7.20230127:
lookupGlobal
Failed to load interface for ‘GHC.Num.BigNat’
There are files missing in the ‘ghc-bignum’ package,
try running 'ghc-pkg check'.
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/GHC/Utils/Panic.hs:189:37 in ghc:GHC.Utils.Panic
pprPanic, called at compiler/GHC/Tc/Utils/Env.hs:154:32 in ghc:GHC.Tc.Utils.Env
CallStack (from HasCallStack):
panic, called at compiler/GHC/Utils/Error.hs:454:29 in ghc:GHC.Utils.Error
Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug
```
This reverts commit d0d7ba0fb053ebe7f919a5932066fbc776301ccd.
The module now lacks a dependency on GHC.Num.BigNat which it implicitly
depends on. It is causing all CI jobs to fail so we revert without haste
whilst the patch can be fixed.
Fixes #22848
Diffstat (limited to 'compiler/GHC/Tc')
0 files changed, 0 insertions, 0 deletions