Allow unlimited backjumps in solving deps

This commit is contained in:
Niklas Larsson 2015-05-16 15:49:15 +02:00
parent dcdfd8565e
commit 110a144250

View File

@ -19,7 +19,7 @@ before_install:
- sudo apt-get install -qq cppcheck
- cabal install alex-3.1.3
install:
- cabal install -f FFI --enable-tests --dependencies-only
- cabal install -f FFI --enable-tests --dependencies-only --max-backjumps=-1
- ghc-pkg list
before_script:
- cabal sdist