haskell / happy

The Happy parser generator for Haskell
Other
288 stars 84 forks source link

bump for GHC 8.6.1 #128

Closed vmchale closed 5 years ago

vmchale commented 6 years ago

This bumps Cabal bounds to allow building with GHC 8.6.1 and removes a deprecated function from Setup.lhs.

erikd commented 6 years ago

Since you're adding a new compiler version, its probably a good idea to add it to the .travis.yaml file as well.

Not sure what's going on with Travis. Looks like i may have been an problem with @hvr 's PPA.

hvr commented 6 years ago

@erikd this looks like on of those transient network glitches which resolve when you simply retry the builds a bit later

@vmchale you can trigger a new CI build by git commit --amending and git push --force that commit to this PR