shithub: MicroHs

ref: 31c412e072c33af1f5a0ef104e5e3c28c1768254
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,9,18,1]