ref: 26622a01eee7b97946421aa8487fb5c1c11d6557
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 getDataDir :: IO FilePath getDataDir = return "." version :: Version version = makeVersion [0,9,18,0]