Allow GHC 8.2.1 builds to fail in CI

This is a temporary workaround for commercialhaskell/stack#3624.
This commit is contained in:
Alexis King 2017-12-06 16:33:13 -08:00
parent cbe6d68cdc
commit 5afdb229bb
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ matrix:
allow_failures:
# Nightly builds are allowed to fail
- env: ARGS="--resolver nightly-2017-07-31"
- env: ARGS="--resolver nightly"
before_install:

View File

@ -107,7 +107,7 @@ LICENSE file for more details.
# Acknowledgements
Package `freer-effects` started as a fork of [freer-effects](http://hackage.haskell.org/package/freer-effects) by Ixperta Solutions, which in turn is a fork of [freer](http://hackage.haskell.org/package/freer) by Allele Dev. All implementations are based on the paper and reference implementation by Oleg Kiselyov. In particular:
The `freer-simple` package started as a fork of [freer-effects](http://hackage.haskell.org/package/freer-effects) by Ixperta Solutions, which in turn is a fork of [freer](http://hackage.haskell.org/package/freer) by Allele Dev. All implementations are based on the paper and reference implementation by Oleg Kiselyov. In particular:
- `Data.OpenUnion` maps to [OpenUnion51.hs](http://okmij.org/ftp/Haskell/extensible/OpenUnion51.hs)
- `Data.FTCQueue` maps to [FTCQueue1](http://okmij.org/ftp/Haskell/extensible/FTCQueue1.hs)