@hackage / hsb2hs

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

Latest0.3.1

About

Metadata

  • Last updated , by JohnMacFarlane
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: jgm@berkeley.edu

  • Lottery factor: 0

Links

Installation

Readme

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.