file-embed

Use Template Haskell to embed file contents directly.

https://github.com/snoyberg/file-embed

Version on this page:0.0.8.1
LTS Haskell 22.21:0.0.16.0
Stackage Nightly 2024-05-06:0.0.16.0
Latest on Hackage:0.0.16.0

See all snapshots file-embed appears in

BSD-3-Clause licensed and maintained by Michael Snoyman
This version can be pinned in stack with:file-embed-0.0.8.1@sha256:5f82158c49112a6156c85925617c263d13f90afa33c6e1bd4deb6a49914c1488,1351

Module documentation for 0.0.8.1

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.

Changes

0.0.8.1

Minor cleanup

0.0.8

  • Custom postfix for magic string #7

0.0.7.1

Minor cleanup