@hackage file-embed-lzma0.1
Use Template Haskell to embed (LZMA compressed) data.
Categories
License
BSD-3-Clause
Maintainer
Oleg.Grenrus <oleg.grenrus@iki.fi>
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- base >=4.15.1.0 && <4.22
- bytestring ^>=0.10.12.1 || ^>=0.11.1.0 || ^>=0.12.0.0
- directory ^>=1.3.3.0
- filepath ^>=1.4.2.1 || ^>=1.5.2.0
- lzma ^>=0.0.1.1
- template-haskell >=2.17.0.0 && <2.24 Show all…
Dependents (7)
@hackage/minion-openapi3, @hackage/servant-swagger-ui, @hackage/dzen-dhall, @hackage/mig-swagger-ui, @hackage/bureaucromancy, @hackage/servant-swagger-ui-jensoleg, Show all…
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.