ref: 20f83a55fa8c814b5584fcfe03ed01feb0b1ba8b
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,16,0]