[project @ 2002-09-02 16:40:55 by simonpj]
authorsimonpj <unknown>
Mon, 2 Sep 2002 16:40:55 +0000 (16:40 +0000)
committersimonpj <unknown>
Mon, 2 Sep 2002 16:40:55 +0000 (16:40 +0000)
Un-break head build due to (:) export

Prelude.hs

index 60ae545..8d76a04 100644 (file)
@@ -24,7 +24,8 @@ module Prelude (
     Ordering(..), 
     Char, String, Int, Integer, Float, Double, IO,
     Rational,
-    -- []((:), []),    -- Not legal Haskell 98; available through built-in syntax
+       -- Restore export of (:) until we get to 5.05
+    []((:), []),       -- Not legal Haskell 98; available through built-in syntax
     
     module Data.Tuple,
         -- Includes tuple types + fst, snd, curry, uncurry