file-embed 0.0.4.8 → 0.0.4.9
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/FileEmbed.hs +1/−1
- file-embed.cabal +1/−1
Data/FileEmbed.hs view
@@ -65,7 +65,7 @@ #endif (runIO $ B.readFile fp) >>= bsToExp --- | Embed a directory recusrively in your source code.+-- | Embed a directory recursively in your source code. -- -- > import qualified Data.ByteString -- >
file-embed.cabal view
@@ -1,5 +1,5 @@ name: file-embed-version: 0.0.4.8+version: 0.0.4.9 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>