I know there are quite a few Haskell projects using the Jenkins (formerly Hudson) continuous build system, and I wonder if anyone has figured out how to get it reliably collecting errors and warnings from GHC. The
standard warnings plugin does a bad job - it tends to identify random (sometimes even empty) bits of build output as warnings. If you've configured it to behave better with GHC / hpc / QuickCheck / cabal-install, you'd be doing us a great service by sharing your tricks!
Bryan.