facebook / duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Other
4.08k stars 725 forks source link

Test duckling on ghc 8.8.4 #546

Closed josefs closed 3 years ago

josefs commented 4 years ago

Differential Revision: D24788474

facebook-github-bot commented 4 years ago

This pull request was exported from Phabricator. Differential Revision: D24788474

chessai commented 4 years ago

restarted failed travis job.

chessai commented 4 years ago

@josefs in order to properly regenerate the .travis.yml config, you need to:

  1. edit duckling.cabal's tested-with to include GHC 8.8.4
  2. run the haskell-ci regenerate command (can't remember and mobile right now, --help should point you in the right direction)

It looks like this has been edited by hand, so may be missing some config that's causing the build to fail