| Copyright | (c) 2021-2025 berberman |
|---|---|
| License | MIT |
| Maintainer | berberman <[email protected]> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
NvFetcher.Config
Description
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
Constructors
| Config | |
Fields
| |