file-embed

Use Template Haskell to embed file contents directly.

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

Version on this page:0.0.8
LTS Haskell 22.19:0.0.16.0
Stackage Nightly 2024-05-04: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@sha256:7f8b8eb2713904ae41494d8dbb28a949a9736102c0b8b5a9fe4ac13586832c28,1343

Module documentation for 0.0.8

file-embed

Use Template Haskell to read a file or all the files in a directory, and turn them into (path, text) pairs embedded in your haskell code.

Changes

0.0.8

  • Custom postfix for magic string #7

0.0.7.1

Minor cleanup