From: simonpj Date: Mon, 2 Sep 2002 16:40:55 +0000 (+0000) Subject: [project @ 2002-09-02 16:40:55 by simonpj] X-Git-Tag: nhc98-1-18-release~879 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=ea8b5af4e4ff772c2fbc54104e578e80d5f6cca6 [project @ 2002-09-02 16:40:55 by simonpj] Un-break head build due to (:) export --- diff --git a/Prelude.hs b/Prelude.hs index 60ae545..8d76a04 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -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