Add version 0.0.11

This commit is contained in:
Sridhar Ratnakumar 2018-07-27 10:38:41 -04:00
parent a21f18d8b3
commit 8ec3c5c85c
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.0.11
* embedDirListing [#26](https://github.com/snoyberg/file-embed/pull/26)
## 0.0.10.1
* Minor doc improvements

View File

@ -123,6 +123,8 @@ embedDir fp = do
--
-- > myFiles :: [FilePath]
-- > myFiles = $(embedDirListing "dirName")
--
-- @since 0.0.11
embedDirListing :: FilePath -> Q Exp
embedDirListing fp = do
typ <- [t| [FilePath] |]

View File

@ -1,5 +1,5 @@
name: file-embed
version: 0.0.10.1
version: 0.0.11
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>