[commit: array] master: Remove nhc98-specific files and content (705ce33)
Ian Lynagh
igloo at earth.li
Fri Feb 15 23:56:30 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/array
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/705ce331fbbe67292c3dd35cea6a0400e1de1ac4
>---------------------------------------------------------------
commit 705ce331fbbe67292c3dd35cea6a0400e1de1ac4
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Feb 15 20:55:07 2013 +0000
Remove nhc98-specific files and content
>---------------------------------------------------------------
Data/Array.hs | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Data/Array.hs b/Data/Array.hs
index 43e9efd..19d9fda 100644
--- a/Data/Array.hs
+++ b/Data/Array.hs
@@ -64,10 +64,6 @@ import GHC.Arr -- Most of the hard work is done here
import Hugs.Array
#endif
-#ifdef __NHC__
-import Array -- Haskell'98 arrays
-#endif
-
{- $intro
Haskell provides indexable /arrays/, which may be thought of as functions
whose domains are isomorphic to contiguous subsets of the integers.
More information about the ghc-commits
mailing list