Merge pull request #4 from alpmestan/patch-1

Fixed typo in haddocks of embedDir
This commit is contained in:
Michael Snoyman 2013-06-26 06:14:30 -07:00
commit 0250ed16c8

View File

@ -65,7 +65,7 @@ embedFile fp =
#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
-- >