@hackage / file-embed-poly

Use Template Haskell to embed file contents directly.

Version Deprecated package0.1.0

About

Metadata

  • Last updated , by sasinestro
  • License BSD-3-Clause
  • Maintained by: Alexis Williams <sasinestro@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Package Flags

Use the -f option with cabal commands to enable flags

    test-injection (off by default)

    Builds the test that ensures that embedded file injection works. It's mostly seperate and it pulls in more dependencies.

Readme

Use Template Haskell to read a file or all the files in a directory, and turn them into (path, IsString) pairs embedded in your haskell code. This is a (hopefully temporary) fork of the original file-embed by Micheal Snoyman.