Copyright | (c) 2017-2019 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
This module contains template for GitHub related docs:
.gitignore
— static file with all Haskell related ignored files..githubworkflowsci.yml
— GitHub acttions for Cabal projects.appveyor.yml
— Appveyor CI for Cabal or Stack projects..travis.yml
— depending on the build tool and supported GHC versions builds the Travis matrix with all necessary checks, including HLint check. NOTE: Old GHC versions are included intoallow_failure
Travis matrix section for Stack due to Stack limitations with the Cabal version usage on each GHC. See this issue to track the problem:
Documentation
gitHubFiles :: Settings -> [TreeFs] Source #