macbeth-lib-0.0.12: src/Paths_Macbeth.hs
module Paths_Macbeth ( getDataFileName ) where import System.FilePath getDataFileName :: FilePath -> IO FilePath getDataFileName f = return $ "resources" </> f
module Paths_Macbeth ( getDataFileName ) where import System.FilePath getDataFileName :: FilePath -> IO FilePath getDataFileName f = return $ "resources" </> f