file-embed/README.md

9 lines
453 B
Markdown
Raw Normal View History

2015-01-22 00:21:22 +03:00
## file-embed
2018-07-24 08:26:13 +03:00
[![Build Status](https://travis-ci.org/snoyberg/file-embed.svg?branch=master)](https://travis-ci.org/snoyberg/file-embed)
[![Build status](https://ci.appveyor.com/api/projects/status/vlgo8uudpt374uoy/branch/master?svg=true)](https://ci.appveyor.com/project/snoyberg/file-embed/branch/master)
2015-01-22 00:21:22 +03:00
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.