Skip to content
  • judah's avatar
    Fix Travis build on 7.2.* and update the script. · 439b19a0
    judah authored
    Updated to latest version of multi-ghc-travis.
    
    The build on 7.2.* was failing due to the constraint "Cabal >= $CABALVER"
    which tried to build a too-recent version of Cabal.  Fixed by changing the
    constraint to "Cabal == $CABALVER.*".
    439b19a0