diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-06 13:08:37 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-11 05:10:04 -0500 |
commit | aba51b65863db5f2687f29d10ba24ffa49dabd3b (patch) | |
tree | dc82a63a7423f54d37917e72ffea8cbd03360bc7 /rts/win32 | |
parent | b75e7486de73868e6821a9f680e9e13794dff15c (diff) | |
download | haskell-aba51b65863db5f2687f29d10ba24ffa49dabd3b.tar.gz |
Add arithmetic exception primops (#14664)
Diffstat (limited to 'rts/win32')
-rw-r--r-- | rts/win32/libHSbase.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/win32/libHSbase.def b/rts/win32/libHSbase.def index d4ec1fab0a..0b674452a1 100644 --- a/rts/win32/libHSbase.def +++ b/rts/win32/libHSbase.def @@ -46,3 +46,6 @@ EXPORTS base_ControlziExceptionziBase_nonTermination_closure base_ControlziExceptionziBase_nestedAtomically_closure base_GHCziEventziThread_blockedOnBadFD_closure + base_GHCziExceptionziType_divZZeroException_closure + base_GHCziExceptionziType_underflowException_closure + base_GHCziExceptionziType_overflowException_closure |