Skip to content

Commit

Permalink
Travis: Fully enable GHC 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 19, 2019
1 parent ad8a595 commit c9e6776
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install:
- TEST=--enable-tests
- BENCH=--enable-benchmarks
- HEADHACKAGE=false
- HEADHACKAGE=true
- if [ $HCNUMVER -gt 80801 ] ; then HEADHACKAGE=true ; fi
- rm -f $CABALHOME/config
- |
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
Expand Down
2 changes: 0 additions & 2 deletions cabal.haskell-ci
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ghc-head: True
no-tests-no-benchmarks: False
unconstrained: False
head-hackage: >=8.8
travis-patches: travis.yml.patch

raw-project
-- Work around https://github.com/haskell/cabal/issues/5586
Expand Down
12 changes: 0 additions & 12 deletions travis.yml.patch

This file was deleted.

0 comments on commit c9e6776

Please sign in to comment.