shithub: MicroHs

ref: 1f747b2eb7e62ec943ead9f56f01aa77c14ba9e0
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

version :: Version
version = makeVersion [0,9,15,0]

getDataDir :: IO FilePath
getDataDir = return "."