summoner-2.0.1.1: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
Copyright(c) 2017-2019 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Summoner.Template.GitHub

Description

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 into allow_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:

+ https://github.com/commercialhaskell/stack/issues/4488

Documentation