fe337b07f7
This should work on Windows, unlike the TH solution with file-embed.
7 lines
214 B
Text
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"
|