Allow build failure with cabal 1.22 + ghc-7.10.2 #2121

This commit is contained in:
Michael Sloan 2016-05-10 16:40:16 -07:00
parent d9f862cef6
commit db013115a3

View file

@ -61,6 +61,9 @@ matrix:
# the fix to #1570 (but HEAD does)
- env: BUILD=stack GHCVER=head STACK_YAML=stack-8.0.yaml
# See https://github.com/commercialhaskell/stack/issues/2121
- env: BUILD=cabal CABALVER=1.22 GHCVER=7.10.2
# Note: the distinction between `before_install` and `install` is not important.
# - in before_install we install build tools
# - in install we install (haskell) dependencies