Re: [Haskell-cafe] HUnit false-positive stumper

2011-06-07 Thread KQ
instead of E.throw I get the expected 6 failures. This is very reproducible for me. I can use -O0 for my tests, but it would be great if HUnit were updated to use the throwIO call (cc'ing Richard Giraud accordingly). Thanks! -KQ module Main where import Control.Monad (unless) import Test.HUnit

[Haskell-cafe] HUnit false-positive stumper

2011-06-05 Thread KQ
GHC by hand. I wouldn't expect 6.12.3 to have issues like this, but I wouldn't expect issues like this anywhere. If anyone has any suggestions (other than upgrading to GHC 7.x) I'll be most appreciative. -- -KQ ___ Haskell-Cafe mailing list Haskell

Re: [Haskell-cafe] Status of Haskell + Mac + GUIs graphics

2011-05-25 Thread KQ
to the display, which is what I interpreted Jurriƫn Stutterheim's comments to be referring to). -- -KQ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Policy for taking over a package on Hackage

2011-05-25 Thread KQ
of the reason for the proliferation of packages (without having to search haskell-cafe and stack-overflow archives for some discussion that provided the justification/recommendations). Thoughts? -- -KQ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Exception for NaN

2011-05-14 Thread KQ
of this approach would be non-termination. This is perhaps less of a concern for functional methodologies, but still a danger for algorithms that assume total ordering. -- -KQ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman

Re: [Haskell-cafe] impoosible dependencies

2011-04-21 Thread KQ
part of the GHC package and I'll end up making things even worse? I may have corrupted libraries; I think a re-install is in order soon, but I've been avoiding that until I get to the end of my current activities. -KQ P.S. I send Rogan the output he requested below privately to avoid spamming