Results 47 comments of Bryan O'Sullivan

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:6) by Syzygies on 2010-05-17) I found this ticket while researching precedents for a related question. For various reasons I like to build multiple versions of GHC side by...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:7) by @dcoutts on 2010-05-28) Replying to Syzygies: A related piece of de facto convention comes up here: It is crazy to sprinkle pieces of a system like GHC...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:8) by @kosmikus on 2010-05-28) Moving to 0.16 milestone so that we look at it again sometime soon, but I think this is a candidate for _|_ (meaning that...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/626#comment:1) by ross on 2010-01-26) needed to build docs in a UTF8 locale.

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/626#comment:2) by @nomeata on 2010-03-18) I think this is a bug; the behaviour of "Setup haddock" should not depend on the locale of the user; this did bite the...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/626#comment:3) by ross on 2011-10-18) OK, that would need to be done in the library.

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/626#comment:4) by @nomeata on 2011-10-18) I am currently testing this patch, and will report if it works: --- ghc-7.0.4.orig/libraries/Cabal/Distribution/Simple/Haddock.hs +++ ghc-7.0.4/libraries/Cabal/Distribution/Simple/Haddock.hs @@ -109,7 +109,7 @@ import Data.Maybe ( fromMaybe,...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/626#comment:5) by @nomeata on 2011-10-18) Hmm, this write the prologue, but then haddock fails with the same error. [http://www.haskell.org/haddock/doc/html/ch03s08.html](http://www.haskell.org/haddock/doc/html/ch03s08.html) Says that Unicode characters should be escaped. So I guess...

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:1) by @peaker on 2008-11-11) Using hoogle --convert on the .txt files directly will not work until this bug is fixed: [http://hackage.haskell.org/trac/ghc/ticket/2766](http://hackage.haskell.org/trac/ghc/ticket/2766)

([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/402#comment:2) by guest on 2008-11-11) #3766 has been fixed. More importantly, I'm not sure it was a problem. I'm still on 6.10.1, but my Hoogle had no problem converting...