Bryan O'Sullivan
Bryan O'Sullivan
Thanks for your patch. I'm afraid it has a number of big difficulties that make it a non-starter in its current form. I would have expected the API to be...
This sort of support should be quite easy to add. I'll happily review and take such a patch.
This doesn't build against LLVM 3.0 because you edited the `configure.ac` script. Also, this warning makes me nervous: ``` LLVM/Core/Instructions.hs:216:1: Warning: Pattern match(es) are non-exhaustive In an equation for `getValConvArg':...
Thanks for digging into this. When you say "the issue is in treating the definition of `struct sockaddr` literally", what do you mean? Is that happening in the native pcap...
This is fixed by a change to the statistics package: bos/statistics@a2933243a86f9a3c241c141e9706988086c79f26
([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:1) by @dcoutts on 2010-05-12) I'm not quite sure why you say it is non-standard. It's the standard unix place to put per-user application files. Where would you consider...
([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:2) by guest on 2010-05-13) Sorry for neglecting to answer right away, I forgot about this bug for a few days because I didn't bother to jump through the...
([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:3) by @dcoutts on 2010-05-17) I thought you might say the XDG spec. Yes I realise it's a "real" standard as opposed to a de facto standard. I must...
([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:4) by guest on 2010-05-17) we should open another ticket on providing extended help for the global flags This is now tracked in #690.
([Imported comment](http://hackage.haskell.org/trac/hackage/ticket/688#comment:5) by @dcoutts on 2010-05-17) Hmm, I notice the XDG base directory specification does not say anything about program executable files or library files, though the default naming scheme...