[commit: haddock] wip/rae: Changes to reflect refactoring in GHC as part of #7484 (73b03f8)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:33:17 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/rae
Link : http://git.haskell.org/haddock.git/commitdiff/73b03f8c88720a7288bd4ca439a8bfa5adb350a0
>---------------------------------------------------------------
commit 73b03f8c88720a7288bd4ca439a8bfa5adb350a0
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 18 21:49:31 2014 -0500
Changes to reflect refactoring in GHC as part of #7484
>---------------------------------------------------------------
73b03f8c88720a7288bd4ca439a8bfa5adb350a0
src/Haddock/GhcUtils.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Haddock/GhcUtils.hs b/src/Haddock/GhcUtils.hs
index 2c7b79a..43112ff 100644
--- a/src/Haddock/GhcUtils.hs
+++ b/src/Haddock/GhcUtils.hs
@@ -26,6 +26,7 @@ import Data.Traversable
import Exception
import Outputable
import Name
+import Lexeme
import Packages
import Module
import RdrName (GlobalRdrEnv)
More information about the ghc-commits
mailing list