summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit.hs
diff options
context:
space:
mode:
authorViktor Dukhovni <ietf-dane@dukhovni.org>2021-06-22 15:29:15 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-24 12:04:54 -0400
commit138b7a5775251c330ade870a0b8d1f5c4659e669 (patch)
tree243c16f5fb8384b0f2fb4ffd3a3af4c780245b5f /compiler/GHC/Unit.hs
parent171413c6789dea02305c34c12407b815449d69be (diff)
downloadhaskell-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