Skip to content
Snippets Groups Projects
Commit 8967a36a authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-03-09 13:33:01 by panne]

Changed an #ifdef so that the Prelude can be builit again by GHC.
parent 7f2cd04d
No related merge requests found
......@@ -38,8 +38,7 @@ import PrelArr ( MutableVar, newVar, readVar, writeVar )
import PrelReal ( toInt )
import PrelFloat ( float2Double, double2Float )
import Time ( getClockTime, ClockTime(..) )
#endif
import CPUTime ( getCPUTime )
#else
import Prelude
import privileged Prelude
( IORef
......@@ -48,9 +47,10 @@ import privileged Prelude
, writeIORef
, unsafePerformIO
)
#endif
import Char ( isSpace, chr, ord )
import CPUTime ( getCPUTime )
import Char ( isSpace, chr, ord )
\end{code}
\begin{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment