ref: 3521e29f7e94536ba1f6cf603e314ac64440017d
dir: /paths/Paths_MicroHs.hs/
-- This module is used when we are not compiling with cabal/mcabal. module Paths_MicroHs( version, getDataDir, ) where import Data.Version version :: Version version = makeVersion [0,9,15,0] getDataDir :: IO FilePath getDataDir = return "."