diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-05-30 14:00:48 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-05-30 14:00:48 +0000 |
commit | b30f5ecfdae9dea8048c19051732b71f7633f9c9 (patch) | |
tree | 1ef8607d8616290b9d2bb774e1df37df6ebebe36 /src/Haddock/Html.hs | |
parent | 3fe640b29fccb30943612ec1b99b8cd1dbc0fa9f (diff) |
update to compile with the latest GHC & Cabal
Diffstat (limited to 'src/Haddock/Html.hs')
-rw-r--r-- | src/Haddock/Html.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Html.hs b/src/Haddock/Html.hs index c6b4edf0..c89485bc 100644 --- a/src/Haddock/Html.hs +++ b/src/Haddock/Html.hs @@ -33,7 +33,7 @@ import Debug.Trace ( trace ) import Data.Map ( Map ) import qualified Data.Map as Map hiding ( Map ) -import GHC hiding ( NoLink ) +import GHC import Name import Module import PackageConfig ( stringToPackageId ) |