shithub: MicroHs

ref: 1b9bdf04bb2f42b0dda89ecbbdd1c84fa21166f9
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 Prelude(); import MHSPrelude
import Data.Version

getDataDir :: IO FilePath
getDataDir = return "."

version :: Version
version = makeVersion [0,11,1,10]