From 87e433bf897253e33ef7e51a0dfe3a5504972350 Mon Sep 17 00:00:00 2001 From: "david.waern" Date: Mon, 29 Mar 2010 22:00:01 +0000 Subject: Fix build with GHC 6.12 --- src/Haddock/GhcUtils.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Haddock/GhcUtils.hs b/src/Haddock/GhcUtils.hs index 8e8bb4df..2184bbfc 100644 --- a/src/Haddock/GhcUtils.hs +++ b/src/Haddock/GhcUtils.hs @@ -31,7 +31,11 @@ import Packages import Module import RdrName (GlobalRdrEnv) import HscTypes +#if __GLASGOW_HASKELL__ >= 613 import UniqFM +#else +import LazyUniqFM +#endif import GHC -- cgit v1.2.3