hsb2hs

Preprocesses a file, adding blobs from files as string literals.

LTS Haskell 11.22:0.3.1
Stackage Nightly 2018-03-12:0.3.1
Latest on Hackage:0.3.1

See all snapshots hsb2hs appears in

BSD-3-Clause licensed by John MacFarlane
Maintained by [email protected]
This version can be pinned in stack with:hsb2hs-0.3.1@sha256:37129826820761f0b76f49b040f428bc3947bb85e9fd5b62be050f7c51b0c0f2,925

Module documentation for 0.3.1

There are no documented modules for this package.

hsb2hs is a preprocessor that allows you to include the contents of files as string literals in your Haskell programs and libraries. It is an alternative to file-embed for those who do not want to rely on Template Haskell. See README.markdown for instructions.