ref: 94db41b3b458bebdf4de50de98f0563a3a9e5d29
dir: /paths/Paths_MicroHs.hs/
-- This module is used when we are not compiling with cabal/mcabal. module Paths_MicroHs( version, getDataDir, ) where import Prelude(); import MHSPrelude import Data.Version getDataDir :: IO FilePath getDataDir = return "." version :: Version version = makeVersion [0,11,1,7]