[Pkg-haskell-maintainers] Bug#542842: Bug#542842: Similar to #541679

John Goerzen jgoerzen at complete.org
Fri Aug 21 19:34:17 UTC 2009


On Fri, Aug 21, 2009 at 06:49:26PM +0000, Joachim Breitner wrote:
> Hi John,
> 
> I have hit a similar problem with hlint:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541679
> 
> I guess you???ll have to make the -parallel parameter depend on a cabal
> flag, and that it based on the arch you are compiling on, or dynamically
> based on the existence of the threaded runtime.

Thank you for the hint!  I use -threaded (not -parallel) in the
.cabal, but I did notice a hackage warning recently saying that
-threaded has no impact on libraries.  Aside from the tests, HSH is
library only.  I'll see about just removing -threaded entirely.

[ later ]

Oh drat, now I'm confused.  The problem was when it tried to run
tests.  Does this mean that sparc64 doesn't support threaded RTS?  HSH
does now require threaded RTS, I believe.

-- John





More information about the Pkg-haskell-maintainers mailing list