[commit: haskell2010] master: Remove nhc98-specific files and content (b2b2bdb)

Ian Lynagh igloo at earth.li
Fri Feb 15 23:57:15 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskell2010

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b2b2bdbe7683829ebff3746f1566a77a473e3086

>---------------------------------------------------------------

commit b2b2bdbe7683829ebff3746f1566a77a473e3086
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Feb 15 20:56:24 2013 +0000

    Remove nhc98-specific files and content

>---------------------------------------------------------------

 Prelude.hs |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/Prelude.hs b/Prelude.hs
index cd1c592..577b751 100644
--- a/Prelude.hs
+++ b/Prelude.hs
@@ -27,13 +27,6 @@ module Prelude (
     -- *** Tuples
     fst, snd, curry, uncurry,
 
-#if defined(__NHC__)
-    []((:), []),        -- Not legal Haskell 98;
-                        -- ... available through built-in syntax
-    module Data.Tuple,  -- Includes tuple types
-    ()(..),             -- Not legal Haskell 98
-    (->),               -- ... available through built-in syntax
-#endif
 #ifdef __HUGS__
     (:),                -- Not legal Haskell 98
 #endif





More information about the ghc-commits mailing list