shithub: MicroHs

ref: 78b1feedbdfa6aa114bdcd7436aa9eb6a5be5d1d
dir: /paths/Paths_MicroHs.hs/

View raw version
-- 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,10,1,0]