Description
A Haskell library that uses Template Haskell to embed file contents directly into compiled code. It is useful for bundling templates, static assets, migrations, or test fixtures without reading them from disk at runtime.
Developers use it when deployment should not depend on separate resource files. Embedded files increase binary size and require recompilation when the source asset changes.