Current state of integrating unit tests with Haskell's Cabal?
When i google for how to integrate unit tests with cabal files, i either find http://www.haskell.org/haskellwiki/How_to_write_a_Haskell_program which does not seem to describe the integration of HUnit/QuickCheck with the Cabal file or i see messages like "wait for Cabal x.y which will support cabal test" but i can not find any documentation for this either How would you run all unit test using cabal (for example everytime i do a "cabal build") today? tibbe Make sure you have the latest version of Cabal and cabal-install installed. Have a test-suite section in your .cabal file. See this section