Deprecated

file-embed-poly

Use Template Haskell to embed file contents directly.

https://github.com/sasinestro/file-embed

Latest on Hackage:0.1.0

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.

BSD-3-Clause licensed by Michael Snoyman, Alexis Williams
Maintained by Alexis Williams

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.