ref: da72cf93b9b1baf72bf4a0c227473b5891645b3a
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,17,0]