[PATCH] Change 'whenCacheOutOfDate' to use '' again.

2014-07-25 Thread Nikita Karetnikov
:32 +0400 Subject: [PATCH] Change 'whenCacheOutOfDate' to use '' again. --- cabal-install/Distribution/Client/IndexUtils.hs |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install/Distribution/Client/IndexUtils.hs b/cabal-install/Distribution/Client/IndexUtils.hs index

Re: [PATCH] Change 'whenCacheOutOfDate' to use '' again.

2014-07-25 Thread Mikhail Glushenkov
Hi, On 25 July 2014 15:44, Nikita Karetnikov nik...@karetnikov.org wrote: I believe this doesn’t affect #1443 anymore. Why? Have you tested this patch ? ___ cabal-devel mailing list cabal-devel@haskell.org

Re: [PATCH] Change 'whenCacheOutOfDate' to use '' again.

2014-07-25 Thread Nikita Karetnikov
(Oops, resending to the list.) I believe this doesn’t affect #1443 anymore. Why? Have you tested this patch ? I said “believe” because I had to explicitly install process and texmath, but I think that’s not relevant. ‘cabal install --only-dep’ and ‘cabal info pandoc-types-1.12.4’ succeeded

Re: [PATCH] Change 'whenCacheOutOfDate' to use '' again.

2014-07-25 Thread Mikhail Glushenkov
Hi, On 25 July 2014 19:21, Nikita Karetnikov nik...@karetnikov.org wrote: Do you have a better testcase? Why does ‘whenCacheOutOfDate’ run the action on ‘=’ in the first place? If the cache file has the same modification time as the original, it means that the cache is up-to-date, no? OK,