[Haskell] ANNOUNCE: hspec-0.5.0 (hspecX)
Trystan Spangler
trystan.s at comcast.net
Sun May 29 03:39:36 CEST 2011
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
More information about the Haskell
mailing list