úÎsé )Embed a single file in your source code. " import qualified Data.ByteString  & myFile :: Data.ByteString.ByteString * myFile = $(embedFile "dirName/fileName") 3Embed a directory recusrively in your source code. " import qualified Data.ByteString  3 myDir :: [(FilePath, Data.ByteString.ByteString)]  myDir = $(embedDir "dirName") &Get a directory tree in the IO monad. This is the workhorse of       file-embed-0.0.3Data.FileEmbed embedFileembedDirgetDir pairToExpbsToExp stringToBs notHiddenfileList fileList' liftPair2