HUnit broken for GHC

Hello all, I noticed that HUnit does not work for GHC when trying to build some HUnit test cases for my code. There is already an (old) entry in the GHC bugtracker http://cvs.haskell.org/trac/ghc/ticket/476 about this issue, which contained a patch. Somehow, this patch never made it into the HUnit repository. I have tried out the patch with the HUnit and GHC fresh from darcs, and it seemed to work. So my question is: what is the procedure for getting this patch into the official darcs repository? A simple "darcs send"? Thanks, Martin

Martin Grabmueller wrote:
I noticed that HUnit does not work for GHC when trying to build some HUnit test cases for my code.
There is already an (old) entry in the GHC bugtracker
http://cvs.haskell.org/trac/ghc/ticket/476
about this issue, which contained a patch. Somehow, this patch never made it into the HUnit repository. I have tried out the patch with the HUnit and GHC fresh from darcs, and it seemed to work.
So my question is: what is the procedure for getting this patch into the official darcs repository? A simple "darcs send"?
I've applied and pushed the patch, sorry for the delay. Cheers, Simon
participants (2)
-
Martin Grabmueller
-
Simon Marlow