ref: 14b13a6bec40689de59601a8b5d9c1491a6a9b8d
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,18,1]