Skip to content

Commit

Permalink
Allow GHC 8.2.1 builds to fail in CI
Browse files Browse the repository at this point in the history
This is a temporary workaround for commercialhaskell/stack#3624.
  • Loading branch information
lexi-lambda committed Dec 7, 2017
1 parent cbe6d68 commit 5afdb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5afdb22

Please sign in to comment.