hspec version 0.5.0, Behavior Driven Development for Haskell, is now available!
Aside from some reorganizing and a few changes to the cabal info, two functions were added since the last release: -- Use in place of hspec to also exit the program with an ExitCode hspecX :: IO Specs -> IO a -- Use in place of hspec to also give a Bool success indication hspecB :: IO Specs -> IO Bool http://hackage.haskell.org/package/hspec https://github.com/trystan/hspec Trystan Spangler _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell