From: simonmar Date: Wed, 19 Jun 2002 14:33:24 +0000 (+0000) Subject: [project @ 2002-06-19 14:33:24 by simonmar] X-Git-Tag: nhc98-1-18-release~972 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a87efa7f9785bff81879f15ce1386cb797e6bc58;p=ghc-base.git [project @ 2002-06-19 14:33:24 by simonmar] Remove this hack. Happy 1.13 is now required to build GHC. --- diff --git a/GlaExts.hs b/GlaExts.hs deleted file mode 100644 index 8be45ee..0000000 --- a/GlaExts.hs +++ /dev/null @@ -1,4 +0,0 @@ -module GlaExts (module GHC.Exts, Addr(..)) where -import GHC.Exts - -data Addr = A# Addr# deriving (Eq, Ord)