All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.1.0 Changes

    • Improved exception handling

    • Relaxed the licesnse to BSD2

    • Made compatible with GHC 8.8

  • v0.3.0.0 Changes

    • Added another way to avoid variable expansion (\\#{foo} is replaced with #{foo})
  • v0.2.2.0 Changes

    • Exported substituteVars
  • v0.2.1.0 Changes

    • Added a bunch of predefined quasiquoters to System.Command.QQ.Predef

    • Added Embed instances for Data.Text.Text and Data.Text.Lazy.Text

  • v0.2.0.0 Changes

    • Added sh_ quasiquoter to avoid type annotations for trivial quotes

    • Moved Eval onto Text to speed I/O up.

    • Added support for embedding literals and constructors with no arguments

    • Mored Embed instances