mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-23 14:12:45 +03:00
Allow GHC 8.2.1 builds to fail in CI
This is a temporary workaround for commercialhaskell/stack#3624.
This commit is contained in:
parent
cbe6d68cdc
commit
5afdb229bb
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user