pandoc/src/Text/Pandoc/Data.hsb
John MacFarlane fe337b07f7 Use hsb2hs preprocessor instead of TH for embed_data_files.
This should work on Windows, unlike the TH solution with
file-embed.
2013-01-23 19:26:39 -08:00

7 lines
214 B
Text

{-# LANGUAGE OverloadedStrings #-}
-- to be processed using hsb2hs
module Text.Pandoc.Data (dataFiles) where
import qualified Data.ByteString as B
dataFiles :: [(FilePath, B.ByteString)]
dataFiles = %blobs "data"