@hackage file-embed-lzma0.0.1

Use Template Haskell to embed (LZMA compressed) data.

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.