[commit: Cabal] master: Fix a warning. (74d2371)
Paolo Capriotti
p.capriotti at gmail.com
Mon May 7 23:58:37 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/74d2371d49e3acfc97fce9f9f2b3a16f3331ca38
>---------------------------------------------------------------
commit 74d2371d49e3acfc97fce9f9f2b3a16f3331ca38
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