The latest version of haskell-ci is 0.18.1-0.

haskell-ci

Version 0.2.1 revision 0 uploaded by phadej.

Package meta

Synopsis
Cabal package script generator for Travis-CI
Description

Script generator (haskell-ci) for Travis-CI for continuous-integration testing of Haskell Cabal packages.

Included features (not limited to):

  • Multiple GHC support

  • Dependency caching

  • cabal.project support (see Nix-style local builds documentation)

  • Runs tests and builds benchmarks

  • Generates Haddocks

  • macOS (OSX) support

  • building with specific constraints

Quick Start Guide

Add a tested-with line to your .cabal file (e.g. tested-with: GHC == 8.0.2 || == 8.2.2) and then run haskell-ci yourpackage.cabal -o .travis.yml to generate the Travis-CI job script.

See haskell-ci --help for more information.

Author
Herbert Valerio Riedel, Oleg Grenrus
Bug reports
https://github.com/haskell-CI/haskell-ci/issues
Category
Development
Copyright
n/a
Homepage
https://haskell-ci.rtfd.org/
Maintainer
hvr@gnu.org
Package URL
n/a
Stability
n/a

Components