ref: c1d8efb5ea4466ae50a5ec94c6a0bd09db9fdfed
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,10,1,0]