| Copyright | (c) 2017-2019 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Summoner.Template.GitHub
Description
This module contains template for GitHub related docs:
.gitignore— static file with all Haskell related ignored files.appveyor.yml— Appveyor CI for Stack project only..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 is not included into Travis matrix 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 #