-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use haskell-ci #343
Use haskell-ci #343
Conversation
- semigroups-0.19 doesn't break anything in optparse-applicative - fail isn't a method of Monad since base-4.13 (GHC-8.8) - Also the warning is removed, as it says -Wnoncanonical-monadfail-instances is deprecated: fail is no longer a method of Monad
7ae73d3
to
92fd2df
Compare
Temporarily disable 7.0 and 7.2 jobs, as there aren't ansi-wl-pprint-0.6.8 with 7.0/7.2 support https://matrix.hackage.haskell.org/#/package/ansi-wl-pprint I'll add it back, as soon as UnkindPartition/ansi-terminal#82 is decided upon
Note: {-# ANN #-} start the GHCi interpreter (like TemplateHaskell!), so I removed that.
This will enable more easier hlinting on CI
@HuwCampbell I released new version of I also noted there was
|
Is this running tests for GHC 8.8.1? QC is still failing no? |
@hcampbell-tyro it does run tests
|
Thanks. I'll look more into the haskell-ci script in the coming days, but it seems to cover our bases. |
I'm now getting build failures on ghc-7.0.4. Care to assist? |
Yes.
I can check on Monday
… On 8 Jun 2019, at 17.44, Huw Campbell ***@***.***> wrote:
I'm now getting build failures on ghc-7.0.4. Care to assist?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
CI will be fixed by itself when nick8325/quickcheck#262 is merged&released. Until then you can either lift the requirement for using installed |
On top of #342
Temporarily disable 7.0 and 7.2 jobs, as there aren't
ansi-wl-pprint-0.6.8 with 7.0/7.2 support
https://matrix.hackage.haskell.org/#/package/ansi-wl-pprint
I'll add it back, as soon as
UnkindPartition/ansi-terminal#82
is decided upon