From ea8b5af4e4ff772c2fbc54104e578e80d5f6cca6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 2 Sep 2002 16:40:55 +0000 Subject: [PATCH] [project @ 2002-09-02 16:40:55 by simonpj] Un-break head build due to (:) export --- Prelude.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4