[Haskell] ANNOUNCE: hspec-0.8.0 (command line runner and nested specs)

2011-09-03 Thread Trystan Spangler
directory. A non-empty target list will still be searched though. 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

[Haskell] ANNOUNCE: hspec-0.6.1 (more output format options)

2011-06-22 Thread Trystan Spangler
ot;progress" formatter to show '..F...FF.F' style output - can use the "specdoc" formatter to show all examples (default) - can use the "failed_examples" formatter to show only failed examples http://hackage.haskell.org/pack

[Haskell] ANNOUNCE: hspec-0.5.0 (hspecX)

2011-05-28 Thread Trystan Spangler
O 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.or

[Haskell] ANNOUNCE: hspec-0.4.3 (color output and alternate mondaic api)

2011-04-18 Thread Trystan Spangler
://hackage.haskell.org/package/hspec https://github.com/trystan/hspec As always, any advice, comments, or questions are welcome, Trystan Spangler For those who would like to see an example, using the new alternate monadic api, running this program: > import Test.Hspec.Monadic >

[Haskell] ANNOUNCE: silently-1.1.1 (api changes and fewer temp files)

2011-04-10 Thread Trystan Spangler
er big thanks to everyone who had comments and suggestions, Trystan Spangler As an example, the program import System.IO.Silently main = do putStr "putStrLn: " >> putStrLn "puppies!" putStr "silenced: " >> silence (putStrLn "kittens

[Haskell] ANNOUNCE: silently-0.0.2 (thread safe and can capture output)

2011-03-07 Thread Trystan Spangler
p files behind-the-scenes; I'll get to that when I can in a week or so. http://hackage.haskell.org/package/silently https://github.com/trystan/silently A big thanks to everyone who had comments and suggestions! Trystan Spangler ___ Haskell m

[Haskell] ANNOUNCE: silently-0.0.1 (prevent IO actions from writing to stdout)

2011-03-06 Thread Trystan Spangler
Announcing Silently, a package with two simple functions to run an IO action while preventing it from writing to stdout (or the given handle): silently :: IO a -> IO a hSilently :: Handle -> IO a -> IO a An example in GHCI: Prelude> :m + System.IO.Silently Prelude System.IO.Silently> let pr

[Haskell] ANNOUNCE: hspec-0.3.0 (better reporting of failed examples)

2011-03-02 Thread Trystan Spangler
/hspec As always, any advice, comments, or questions are welcome, Trystan Spangler For those who would like to see an example, running this program: > import Test.Hspec > import Test.Hspec.HUnit > import Test.Hspec.QuickCheck (property) > import Test.HUnit (assertBool, assertEqual) >

[Haskell] ANNOUNCE: hspec-0.2.0 (now on hackage!)

2011-02-16 Thread Trystan Spangler
hspec, Behavior Driven Development for Haskell, is now version 0.2.0 and on Hackage! hspec version 0.2.0 - still allows boolean expressions or QuickCheck properties to act as examples - still allows examples to be pending - now allows HUnit test to act as examples - now catches exceptions and

[Haskell] How do I get a Hackage password?

2011-02-16 Thread Trystan Spangler
How do I get a password for Hackage? I got a username but I have no idea what my password is and I can't find how to reset it or get a new one. Thanks a bunch, Trystan Spangler ___ Haskell mailing list Haskell@haskell.org http://www.haskel