-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Use Template Haskell to embed file contents directly. -- -- Use Template Haskell to embed file contents directly. @package file-embed @version 0.0.1 module Data.FileEmbed embedFile :: FilePath -> Q Exp embedDir :: FilePath -> Q Exp