[commit: Cabal] master: Fix a warning. (758e990)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:50:07 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/758e990e1e68f4c1d27ef6b347dba677715320b1
>---------------------------------------------------------------
commit 758e990e1e68f4c1d27ef6b347dba677715320b1
Author: Duncan Coutts <duncan at haskell.org>
Date: Sat Jan 19 17:01:55 2008 +0000
Fix a warning.
All the other warnings are instances of ghc bug #1148.
>---------------------------------------------------------------
cabal-install/Hackage/Install.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/cabal-install/Hackage/Install.hs b/cabal-install/Hackage/Install.hs
index 065ddf5..1e3f383 100644
--- a/cabal-install/Hackage/Install.hs
+++ b/cabal-install/Hackage/Install.hs
@@ -24,7 +24,6 @@ import System.FilePath ((</>),(<.>))
import Hackage.Dependency (resolveDependencies, resolveDependenciesLocal, packagesToInstall)
import Hackage.Fetch (fetchPackage)
import qualified Hackage.RepoIndex as RepoIndex
-import Hackage.RepoIndex (RepoIndex)
import qualified Hackage.LocalIndex as LocalIndex
import qualified Hackage.IndexUtils as IndexUtils
import Hackage.Tar (extractTarGzFile)
More information about the Cvs-libraries
mailing list