| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Mikan.Setup
Description
Mikan's self-setup.
Documentation
getAppDir :: IO FilePath Source #
Get the path to ~/.agda (system-specific).
Can be overwritten by the AGDA_DIR environment variable.
(This is not to be confused with the directory getDataDir for the data files
that Mikan needs (e.g. the primitive modules).)
getDataDir :: IO FilePath Source #
This overrides the getDataDir from 'Paths_Mikan'.
See the documentation for the --print-data-dir flag.
getDataFileName :: FilePath -> IO FilePath Source #
This overrides the getDataFileName from 'Paths_Mikan'.