Description
Use Template Haskell to embed (LZMA compressed) data.
Description
The file-embed
package let's embed file and dir contents.
This package is similar, but also compresses the embedded contents with LZMA. That makes resulting object files smaller, at the cost of start up decompression.
There's also an embedRecursiveDir
function.