[commit: packages/Cabal] ghc-head: Clarify a comment. (aae9ba5)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:22:33 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=aae9ba50ea84865e5f4580ef94c59b217044812e

>---------------------------------------------------------------

commit aae9ba50ea84865e5f4580ef94c59b217044812e
Author: Mikhail Glushenkov <the.dead.shall.rise at gmail.com>
Date:   Sun Apr 28 21:04:14 2013 +0200

    Clarify a comment.


>---------------------------------------------------------------

aae9ba50ea84865e5f4580ef94c59b217044812e
 cabal-install/Distribution/Client/IndexUtils.hs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cabal-install/Distribution/Client/IndexUtils.hs b/cabal-install/Distribution/Client/IndexUtils.hs
index cd36df3..871a093 100644
--- a/cabal-install/Distribution/Client/IndexUtils.hs
+++ b/cabal-install/Distribution/Client/IndexUtils.hs
@@ -129,8 +129,8 @@ convert index' = PackageIndex.fromList
 --
 -- This is a higher level wrapper used internally in cabal-install.
 --
--- FIXME: 'getSourcePackages' has a lazy I/O bug that leads to a 'resource busy'
--- error when opening the file for a second time.
+-- FIXME: 'getSourcePackages' has a lazy IO bug that leads to a 'resource busy'
+-- error when opening the "index-00.tar" file for a second time.
 getSourcePackages :: Verbosity -> [Repo] -> IO SourcePackageDb
 getSourcePackages verbosity [] = do
   warn verbosity $ "No remote package servers have been specified. Usually "





More information about the ghc-commits mailing list