Results 47 comments of Bryan O'Sullivan

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:3) by guest on 2008-12-17) #3766 would only have been a problem for certain libraries, so it won't effect most things. This would be great if someone could do...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:4) by guest on 2008-12-17) I don't think many Hoogle changes are necessary, but it's unclear how it's going to be handled. Is Cabal going to dump .hoo files...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:5) by dschoepe on 2008-12-17) This patch should resolve this issue at least on cabal-install's part: [http://article.gmane.org/gmane.comp.lang.haskell.cabal.devel/6566](http://article.gmane.org/gmane.comp.lang.haskell.cabal.devel/6566) The question of what is a good default for hoogle still remains...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:6) by dschoepe on 2010-06-20) I've been using my patch for the past few months now and it appears to work fine, so once the required haddock-patch(about generating hoogle...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:7) by @dcoutts on 2010-11-06) I applied the other patch about generating hoogle and html output in one go. I've looked at this patch but I think it needs...

I would take a patch to [base64-bytestring](https://github.com/bos/base64-bytestring) that added a `Base64` newtype, but obviously that (along with a little supporting machinery) is all the patch could introduce; it could not...

I see the same problem. There's nothing in the mysql log to suggest what might be going on.

I've partly addressed this in bos@c1e5790, so that it's at least possible to tell that the plugin knows that something possibly odd is happening.

This could possibly be due to a bug in MySQL itself, or (maybe?) to the handlersocket plugin not interacting with the MySQL plugin API correctly. What I observe is that...

This will be a huge win if it can make effective use of all cores. I've had quite a few multi-minute builds of individual packages, where the newly added per-package...