• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/H27-Feb-2020-396244

test/H27-Feb-2020-2617

ChangeLog.mdH A D27-Feb-2020592 4221

LICENSEH A D27-Feb-20201.3 KiB2620

README.mdH A D27-Feb-2020453 95

Setup.lhsH A D27-Feb-2020114 84

file-embed.cabalH A D27-Feb-20201.3 KiB4036

README.md

1## file-embed
2
3[![Build Status](https://travis-ci.org/snoyberg/file-embed.svg?branch=master)](https://travis-ci.org/snoyberg/file-embed)
4[![Build status](https://ci.appveyor.com/api/projects/status/vlgo8uudpt374uoy/branch/master?svg=true)](https://ci.appveyor.com/project/snoyberg/file-embed/branch/master)
5
6
7Use Template Haskell to read a file or all the files in a directory, and turn
8them into (path, bytestring) pairs embedded in your haskell code.
9