Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
2c9d00df
Commit
2c9d00df
authored
Oct 14, 2002
by
sof
Browse files
[project @ 2002-10-14 14:44:06 by sof]
make it compile again with 4.08.x
parent
61de6a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/utils/Panic.lhs
View file @
2c9d00df
...
...
@@ -160,8 +160,8 @@ Compatibility stuff:
\begin{code}
#if __GLASGOW_HASKELL__ <= 408
catchJust = catchIO
ioErrors = justIoErrors
throwTo = raiseInThread
catchJust =
Exception.
catchIO
ioErrors =
Exception.
justIoErrors
throwTo =
Exception.
raiseInThread
#endif
\end{code}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment