From a7077e5f38d08888459acb33e276e29ce733f206 Mon Sep 17 00:00:00 2001
From: "davve@dtek.chalmers.se" <David Waern>
Date: Sat, 24 Mar 2007 03:58:48 +0000
Subject: Remove an import

---
 src/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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     
-- 
cgit v1.2.3