-
Notifications
You must be signed in to change notification settings - Fork 813
Restore dhall
and reverse dependencies
#3361
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
Conversation
The latest version of `dhall` builds against the latest version of `ansi-terminal`
I believe the CI failure indicates that Travis is now pulling in an unexpected version of GHC? I think it's unrelated to this change |
We've switched nightlies over to ghc 8.4.1 now. I restarted the travis build; it should be internally consistent on which ghc version it expects and uses now. |
The Travis build now states the correct reason for failure. Many packages are currently absent from the nightlies, such as aeson, cryptonite, yaml, etc. We are working on adding them back in. Keep the PR open. I'll give you an update on this if there's any action to take on your end. Otherwise, I anticipate we'll be able to merge within a few days. |
I've been able to restore most of the deps needed to the build plan. However, the following are still an issue: http-client (not present) depended on by:
http-client-tls (not present) depended on by:
trifecta (not present) depended on by:
All three are waiting on |
@DanBurton: Yeah, no hurry Regarding #3143 (comment), should I wait for this to complete before opening an issue to add the |
@Gabriel439 no need to wait. LTS 11 is still on ghc 8.2 and does already include blaze-builder. It will not have the same roadblock that we are experiencing here. |
The text-format (not present) depended on by:
|
Somebody contributed a fix to replace |
@Gabriel439 correct. https://www.stackage.org/nightly-2018-03-20/package/formatting-6.3.1 |
Alright, I updated |
Thanks, sorry this took so long: this one seemed to slip through the cracks |
The latest version of
dhall
builds against the latest version ofansi-terminal
Checklist:
Meaningful commit message - please not
Update build-constraints.yml
Some time passed since Hackage upload
On your own machine, in a new directory, you have successfully run the following set of commands (replace
$package
with the name of the package that is submitted,$version
is the version of the package you want to get into Stackage):