file-embed-poly: Use Template Haskell to embed file contents directly.

[ bsd3, data, deprecated, library ] [ Propose Tags ]
Deprecated

Use Template Haskell to read a file or all the files in a directory, and turn them into (path, IsString) pairs embedded in your haskell code. This is a (hopefully temporary) fork of the original file-embed by Micheal Snoyman.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
test-injection

Builds the test that ensures that embedded file injection works. It's mostly seperate and it pulls in more dependencies.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Change log ChangeLog.md
Dependencies base (>=4 && <5), bytestring (>=0.9.1.4), directory (>=1.0.0.3), filepath, template-haskell (>=2.5.0.0) [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>, Alexis Williams <sasinestro@gmail.com>
Maintainer Alexis Williams <sasinestro@gmail.com>
Category Data
Home page https://github.com/sasinestro/file-embed
Source repo head: git clone https://github.com/sasinestro/file-embed
Uploaded by sasinestro at 2016-08-02T03:42:34Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 943 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-02 [all 1 reports]

Readme for file-embed-poly-0.1.0

[back to package description]

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.