Bryan O'Sullivan
Bryan O'Sullivan
(Imported from [Trac #402](http://hackage.haskell.org/trac/hackage/ticket/402), reported by @peaker on 2008-11-11) The hoogle package is very useful to search the standard library. Unfortunately, it does not search packages that you have installed...
(Imported from [Trac #626](http://hackage.haskell.org/trac/hackage/ticket/626), reported by @basvandijk on 2010-01-26) The following packages don't build on hackage due to the same error: - [http://hackage.haskell.org/package/regions-0.3](http://hackage.haskell.org/package/regions-0.3) - [http://hackage.haskell.org/package/ftdi-0.1](http://hackage.haskell.org/package/ftdi-0.1) The [log](http://hackage.haskell.org/packages/archive/regions/0.3/logs/failure/ghc-6.12) contains the following...
(Imported from [Trac #688](http://hackage.haskell.org/trac/hackage/ticket/688), reported by guest on 2010-05-12) I want to be able to tell cabal to read the configuration from a different place than $HOME/.cabal/config. The ultimate goal...
I use test-framework's support for dumping test results into a junit-compatible XML file in my continuous integration setup. Since doctest produces no output in this format, I have no handy...
There are so many deps that cabal's depsolver gives up before it can report anything meaningful, but here's what I have: ``` cabal: Could not resolve dependencies: trying: category-extras-1.0.2 (user...
I'm using mod_proxy and mod_auth_openid together, with a rewrite rule that should populate the `X-Forwarded-User` header from the contents of `REMOTE_USER`: ``` AuthType OpenID require valid-user RewriteCond %{LA-U:REMOTE_USER} (.+) RewriteRule...
### Description I can't tell if this is due to underlying OSM API flakiness, but since yesterday, Rapid on macOS has been unresponsive after I load it about 4 times...
(Imported from [Trac #768](http://hackage.haskell.org/trac/hackage/ticket/768), reported by @tibbe on 2010-11-19) Trying to build the network package while standing at the root of a GHC build tree fails to find GHC: $...
### Description I'm frequently encountering an issue where AI-detected features have their geometry mangled. The pattern appears to be as follows. Two pieces of "road" aren't connected properly into a...
### Description # Part 1: jaggies bad The process of adding an AI road segment to the map often adds a big jagged line segment. I reported this a few...