[project @ 2002-06-19 14:33:24 by simonmar]
authorsimonmar <unknown>
Wed, 19 Jun 2002 14:33:24 +0000 (14:33 +0000)
committersimonmar <unknown>
Wed, 19 Jun 2002 14:33:24 +0000 (14:33 +0000)
Remove this hack.  Happy 1.13 is now required to build GHC.

GlaExts.hs [deleted file]

diff --git a/GlaExts.hs b/GlaExts.hs
deleted file mode 100644 (file)
index 8be45ee..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-module GlaExts (module GHC.Exts, Addr(..)) where
-import GHC.Exts
-
-data Addr = A# Addr#   deriving (Eq, Ord)