shithub: MicroHs

ref: 92bdf127ca8813f47e8e6d9ad1f9990e40fb8c39
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,16,0]