Skip to content
Snippets Groups Projects
Commit 100e0301 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-12 14:45:21 by simonm]

protect some StablePtr stuff from __PARALLEL_HASKELL__.
parent 8ba0b0fb
No related merge requests found
...@@ -35,9 +35,11 @@ module PrelErr ...@@ -35,9 +35,11 @@ module PrelErr
import PrelBase import PrelBase
import PrelIOBase import PrelIOBase
import PrelAddr import PrelAddr
import PrelForeign ( StablePtr, deRefStablePtr )
import PrelList ( span ) import PrelList ( span )
#ifndef __PARALLEL_HASKELL__
import PrelForeign ( StablePtr, deRefStablePtr )
#endif
--------------------------------------------------------------- ---------------------------------------------------------------
-- HACK: Magic unfoldings not implemented for unboxed lists -- HACK: Magic unfoldings not implemented for unboxed lists
......
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