diff --git a/src/Paths_pandoc.hs b/src/Paths_pandoc.hs index 4bb203af3..5f81ddf37 100644 --- a/src/Paths_pandoc.hs +++ b/src/Paths_pandoc.hs @@ -1,9 +1,13 @@ module Paths_pandoc - ( getDataFileName + ( getDataDir + , getDataFileName , version ) where import Data.Version (Version(..)) +getDataDir :: IO FilePath +getDataDir = undefined + getDataFileName :: String -> IO FilePath getDataFileName = undefined