-
Notifications
You must be signed in to change notification settings - Fork 37
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
Build and test with GHC 8.6 (0.8-series) #62
Comments
Indeed this version was released way before GHC 8.6 came out, so duh. The dependency bounds also seem to correctly exclude 8.6 when using cabal. AFAIK Nix's tooling is just being stupid here by even allowing this to get to compilation without informing the user the package versions are actually out of bounds. Anyways I started fixing 8.6 on the The next release will have full support for 8.6 but I don't have time to figure this out for the old release series. If you need this and want to help figuring out if CI log for referecen:
|
Thanks - just for the record, I managed to build cabal-helper-0.8.1.0 for Fedora 30 (basically LTS 12) with these bounds changes:
See https://src.fedoraproject.org/rpms/ghc-cabal-helper/c/59086368b5300a300c4fc95ee1f36dd51d5b2208 for full details about the Fedora package. Edit: ah but you don't recommend using 0.8.1.0 and 0.8.1.1? |
It does not appear that
cabal-helper
is tested using GHC 8.6 (from thegitlab-ci.yml
file). When building the latest release (though I haven't tested the latest commit) with GHC 8.6, I getThe text was updated successfully, but these errors were encountered: