| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vimeta.Core.Config
Description
The configuration file.
- data Config = Config {}
- defaultConfig :: Tagger -> Config
- configFileName :: IO FilePath
- readConfig :: MonadIO m => EitherT String m Config
- writeConfig :: MonadIO m => Config -> EitherT String m FilePath
Documentation
Vimeta configuration.
Constructors
| Config | |
Fields
| |
defaultConfig :: Tagger -> Config Source #
configFileName :: IO FilePath Source #
Get the name of the configuration file.