Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellCI.Tools
Synopsis
Doctest
doctestArgs :: GenericPackageDescription -> [[String]] Source #
Modules arguments to the library
- We check the library component
- If there are hs-source-dirs, use them
- otherwise use exposed + other modules
- Also add default-extensions
Note: same argument work for hlint too, but not exactly
HLint
Arguments
:: Set CompilerVersion | all compilers |
-> VersionRange | head.hackage |
-> HLintJob | hlint-jobs |
-> CompilerRange |
hlintArgs :: GenericPackageDescription -> [[String]] Source #