diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 000c3933..5bbbc842 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -15,7 +15,7 @@ import HaddockTypes import HaddockUtil import HaddockVersion import GHCUtils -import Paths_haddock_ghc ( getDataDir, compilerPath ) +import Paths_haddock_ghc ( getDataDir ) import Prelude hiding ( catch ) import Control.Exception |