[project @ 2002-09-13 18:25:07 by panne]
authorpanne <unknown>
Fri, 13 Sep 2002 18:25:07 +0000 (18:25 +0000)
committerpanne <unknown>
Fri, 13 Sep 2002 18:25:07 +0000 (18:25 +0000)
Not quite sure about this one: Export builtin stuff like [], (), and
(->) only for NHC, not for GHC anymore.

Prelude.hs

index 2fb0baf..2d0fe96 100644 (file)
@@ -24,8 +24,7 @@ module Prelude (
     Ordering(LT, EQ, GT),
     Char, String, Int, Integer, Float, Double, IO,
     Rational,
-#if defined(__GLASGOW_HASKELL__) || defined(__NHC__)
-       -- Restore export of (:) until we get to 5.05
+#if defined(__NHC__)
     []((:), []),       -- Not legal Haskell 98;
                        -- ... available through built-in syntax
     module Data.Tuple, -- Includes tuple types