Copyright | This file is part of the package vimeta. It is subject to the license terms in the LICENSE file found in the top-level directory of this distribution and at: https://github.com/pjones/vimeta No part of this package including this file may be copied modified propagated or distributed except according to the terms contained in the LICENSE file. |
---|---|
License | BSD-2-Clause |
Safe Haskell | None |
Language | Haskell2010 |
The configuration file.
Synopsis
- data Config = Config {}
- defaultConfig :: Tagger -> Config
- configFileName :: IO FilePath
- readConfig :: MonadIO m => ExceptT String m Config
- writeConfig :: MonadIO m => Config -> ExceptT String m FilePath
Documentation
Vimeta configuration.
Config | |
|
defaultConfig :: Tagger -> Config Source #
configFileName :: IO FilePath Source #
Get the name of the configuration file.