diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-04-22 11:23:31 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-09 21:46:38 -0400 |
commit | 951c1fb03d80094c8b0d9bcc463d86fa71695b3a (patch) | |
tree | 28a03e1ad9256c5038a0351c806910e9b7ef5aef /rts/win32 | |
parent | ea86360f21e8c9812acba8dc1bc2a54fef700ece (diff) | |
download | haskell-951c1fb03d80094c8b0d9bcc463d86fa71695b3a.tar.gz |
Fix unboxed-sums GC ptr-slot rubbish value (#17791)
This patch allows boot libraries to use unboxed sums without implicitly
depending on `base` package because of `absentSumFieldError`.
See updated Note [aBSENT_SUM_FIELD_ERROR_ID] in GHC.Core.Make
Diffstat (limited to 'rts/win32')
-rw-r--r-- | rts/win32/libHSbase.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/win32/libHSbase.def b/rts/win32/libHSbase.def index 0b674452a1..de4db2244b 100644 --- a/rts/win32/libHSbase.def +++ b/rts/win32/libHSbase.def @@ -42,7 +42,6 @@ EXPORTS base_GHCziIOziException_cannotCompactPinned_closure base_GHCziIOziException_cannotCompactMutable_closure - base_ControlziExceptionziBase_absentSumFieldError_closure base_ControlziExceptionziBase_nonTermination_closure base_ControlziExceptionziBase_nestedAtomically_closure base_GHCziEventziThread_blockedOnBadFD_closure |