Copyright | (c) 2021-2022 berberman |
---|---|
License | MIT |
Maintainer | berberman <[email protected]> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data Config = Config {
- shakeConfig :: ShakeOptions
- buildDir :: FilePath
- customRules :: Rules ()
- actionAfterBuild :: Action ()
- actionAfterClean :: Action ()
- retry :: Int
- filterRegex :: Maybe String
- cacheNvchecker :: Bool
- keepOldFiles :: Bool
- keyfile :: Maybe FilePath
- keepGoing :: Bool
Documentation
Nvfetcher configuration
Config | |
|