diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-14 21:51:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-14 21:59:43 +0100 |
commit | 79bbb23fd3085c3dc52497175e9e74f73f7f6b68 (patch) | |
tree | 9cc2e36f1b0aea75f341f042d29a81e716d0a427 /distrib/hsicon.ico | |
parent | d92c7556501a4cdeb7d269c4624992c94d9b3b8b (diff) | |
download | haskell-79bbb23fd3085c3dc52497175e9e74f73f7f6b68.tar.gz |
rts: export new absentSumFieldError from base
commit b2ff5dde399cd012218578945ada1d9ff68daa35 "Fix #15038"
added new stable closure 'absentSumFieldError_closure' to
base package. This closure is used in rts package.
Unfortunately the symbol was not explicitly exported and build
failed on windows as:
```
"inplace/bin/ghc-stage1" -o ...hsc2hs.exe ...
rts/dist/build/libHSrts.a(RtsStartup.o): In function `hs_init_ghc':
rts/RtsStartup.c:272:0: error:
undefined reference to `base_ControlziExceptionziBase_absentSumFieldError_closure'
|
272 | getStablePtr((StgPtr)absentSumFieldError_closure);
| ^
```
This change adds 'absentSumFieldError_closure' to explicit export
into libHSbase.def.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'distrib/hsicon.ico')
0 files changed, 0 insertions, 0 deletions