[project @ 2002-07-16 15:47:25 by ross]
authorross <unknown>
Tue, 16 Jul 2002 15:47:26 +0000 (15:47 +0000)
committerross <unknown>
Tue, 16 Jul 2002 15:47:26 +0000 (15:47 +0000)
commit2b09d1369ead1a675a916a3c928e0b72c169c3fe
tree97b763786d117cb5636f4913227a498d170ebadf
parent854c0d47341b2804aa90c432b14b223cb51ec0a1
[project @ 2002-07-16 15:47:25 by ross]
First stage of making the new libraries work with Hugs:

* wrap #ifndef __HUGS__ around stuff that Hugs defines in its monster
  prelude (because Hugs can't handle recursive imports).

* remove non-Haskell 98 export of [](..) from Data.List

* make the definitions of tuples in Data.Tuple GHC-only.

* make the export of the new Read stuff in Text.Read GHC-only, like its
  definition is.
Control/Monad.hs
Data/Either.hs
Data/List.hs
Data/Maybe.hs
Data/Ratio.hs
Data/Tuple.hs
Text/Read.hs
Text/Show.hs