projects
/
ghc-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c39b06
)
[project @ 2002-09-09 03:50:38 by sof]
author
sof
<unknown>
Mon, 9 Sep 2002 03:50:39 +0000
(
03:50
+0000)
committer
sof
<unknown>
Mon, 9 Sep 2002 03:50:39 +0000
(
03:50
+0000)
(hugs only): PrelImpl -> Hugs.Prelude
Data/Char.hs
patch
|
blob
|
history
Foreign/Storable.hs
patch
|
blob
|
history
Numeric.hs
patch
|
blob
|
history
diff --git
a/Data/Char.hs
b/Data/Char.hs
index
505d735
..
360d364
100644
(file)
--- a/
Data/Char.hs
+++ b/
Data/Char.hs
@@
-45,7
+45,7
@@
import GHC.Read (readLitChar, lexLitChar)
#endif
#ifdef __HUGS__
-import PrelImpl
+import Hugs.Prelude
isLatin1 c = True
#endif
diff --git
a/Foreign/Storable.hs
b/Foreign/Storable.hs
index
e5d5202
..
b98cf8a
100644
(file)
--- a/
Foreign/Storable.hs
+++ b/
Foreign/Storable.hs
@@
-51,7
+51,7
@@
import Foreign.Ptr
#endif
#ifdef __HUGS__
-import PrelImpl
+import Hugs.Prelude
import Hugs.Storable
#endif
diff --git
a/Numeric.hs
b/Numeric.hs
index
1b16963
..
5603ae6
100644
(file)
--- a/
Numeric.hs
+++ b/
Numeric.hs
@@
-58,7
+58,7
@@
import qualified Text.Read.Lex as L
#endif
#ifdef __HUGS__
-import PrelImpl
+import Hugs.Prelude
import Hugs.Numeric
#endif