ref: 4b9689b5942b62cc16a95ff130650418597eb4a8
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 "."