X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=8d76a0458e09a40c149acffff5e30a2f133bae97;hb=ea8b5af4e4ff772c2fbc54104e578e80d5f6cca6;hp=60ae54500dd5570c2bd6a7d201d1fc2ecf6d05e3;hpb=997d903a5061d2eb60fea2ec12ef65392546a352;p=ghc-base.git 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