packages feed

shell-monad-0.2.0: CHANGELOG

shell-monad (0.2.0) unstable; urgency=medium

  * newVar, newVarContaining, takeParameter, and func all
    now take a namehint parameter, which can be () or (NameHinted "foo").
  * Added -&&- and -||-

 -- Joey Hess <id@joeyh.name>  Thu, 25 Dec 2014 20:19:35 -0400

shell-monad (0.1.0) unstable; urgency=medium

  * Added positionalParameters and takeParameter.
  * Shell functions can be called with parameters.
  * String is now an instance of CmdArg

 -- Joey Hess <id@joeyh.name>  Thu, 25 Dec 2014 13:04:35 -0400

shell-monad (0.0.3) unstable; urgency=medium

  * Added Output data type, which alows cmd to accept (Output (Script ()))
    as a parameter.
  * Better Quoted data type.

 -- Joey Hess <id@joeyh.name>  Thu, 25 Dec 2014 12:07:04 -0400

shell-monad (0.0.2) unstable; urgency=medium

  * Better constructing of pipes.
  * Added whileCmd, ifCmd, whenCmd, and unlessCmd.
  * Added stopOnFailure and ignoreFailure.

 -- Joey Hess <id@joeyh.name>  Thu, 25 Dec 2014 01:11:34 -0400

shell-monad (0.0.1) unstable; urgency=medium

  * First release.

 -- Joey Hess <id@joeyh.name>  Wed, 24 Dec 2014 19:23:44 -0400