diff --git a/.travis.yml b/.travis.yml index 96aa3e49..704aff70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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