From: sof Date: Sat, 5 Jul 1997 03:06:28 +0000 (+0000) Subject: [project @ 1997-07-05 03:06:28 by sof] X-Git-Tag: Approximately_1000_patches_recorded~256 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1bb9e878559e096d8c90f8e5d3f537d62b8c3520;p=ghc-hetmet.git [project @ 1997-07-05 03:06:28 by sof] Not needed anymore --- diff --git a/ghc/compiler/utils/UniqFM.hi-boot b/ghc/compiler/utils/UniqFM.hi-boot deleted file mode 100644 index a832e3f..0000000 --- a/ghc/compiler/utils/UniqFM.hi-boot +++ /dev/null @@ -1,5 +0,0 @@ -_interface_ UniqFM 1 -_exports_ -UniqFM Uniquable(uniqueOf); -_declarations_ -1 class Uniquable a where {uniqueOf :: a -> Unique.Unique};