Description
Use Template Haskell to embed file contents directly.
Description
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.
README.md
file-embed
Use Template Haskell to read a file or all the files in a directory, and turn them into (path, bytestring) pairs embedded in your haskell code.