diff options
author | Viktor Dukhovni <ietf-dane@dukhovni.org> | 2021-06-22 15:29:15 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-24 12:04:54 -0400 |
commit | 138b7a5775251c330ade870a0b8d1f5c4659e669 (patch) | |
tree | 243c16f5fb8384b0f2fb4ffd3a3af4c780245b5f /compiler/GHC/Unit.hs | |
parent | 171413c6789dea02305c34c12407b815449d69be (diff) | |
download | haskell-138b7a5775251c330ade870a0b8d1f5c4659e669.tar.gz |
There's no "errorWithCallStack", just use "error".
There's no `errorWithCallStack`, only `errorWithStackTrace`, but the latter is
now deprecated, since `error` now defaults to returning a stack strace.
So rather than change this to the intended deprecated function we replace
`errorWithCallStack` with `error` instead.
Diffstat (limited to 'compiler/GHC/Unit.hs')
0 files changed, 0 insertions, 0 deletions