Skip to content
Snippets Groups Projects
Commit b013eb35 authored by sof's avatar sof
Browse files

[project @ 1998-08-18 13:36:58 by sof]

3.03 update: Foreign now exports ForeignObj abstractly..
parent b5351cb2
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ import GlaExts
import Addr ( Addr(..) )
import ST
import Foreign
-- ForeignObj is now exported abstractly.
#if __GLASGOW_HASKELL__ >= 303
import PrelForeign ( ForeignObj(..) )
#endif
#if __GLASGOW_HASKELL__ < 301
import ArrBase ( StateAndMutableByteArray#(..),
......
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