inserts

Stupid simple bytestring templates.

http://github.com/tel/inserts

Latest on Hackage:0.1.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Joseph Abrahamson
Maintained by [email protected]

A template library that has two functions and a type in its API.

Sometimes you need a powerful template library which allows for looping and conditional evaluation, deserialization from nearly every standard Haskell type, and manipulation of contexts abstractly. In those cases, I suggest hastache.

Sometimes you just need to insert ByteStrings into other ByteStrings. In those cases, I suggest this library.