shithub: MicroHs

ref: 2fedfb60f45d1ac2b2fd81436a2df871328af358
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 MiniPrelude
import Data.Version

getDataDir :: IO FilePath
getDataDir = return "."

version :: Version
version = makeVersion [0,10,2,0]