ref: 1c9763a53ce092c43b435aa4fce3050caf3ae508
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,2,2]