[Haskell-cafe] ANN: HSH 1.2.0
John Goerzen
jgoerzen at complete.org
Sat Mar 3 09:38:57 EST 2007
Hi,
I'm pleased to announce HSH 1.2.0. Since version 1.0.0 was announced a
few days ago, there have been some improvements:
* run is now a function with a polymorphic return type. Depending
on the value expected, it can return to you a String representing
all output, an exit code, a list of lines of output, etc. runS
is now removed.
* A number of new helper functions in ShellEquivs. Fixes to readlink
and readlinkabs there.
* New helper functions runIO (to force an IO () context) and
runSL (returns a single line of output, \n stripped)
* There are now 82 unit tests.
Get it at:
http://software.complete.org/hsh
--
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
More information about the Haskell-Cafe
mailing list