-
-
Notifications
You must be signed in to change notification settings - Fork 389
Add ghc-8.10.7 support #2141
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
Add ghc-8.10.7 support #2141
Conversation
jneira
commented
Aug 29, 2021
- 8.10.6 did not live much time 😄
- I am getting error about boot packages locally, building with stack:
it needs a choco update: Mistuke/GhcChoco#16 |
@@ -289,7 +289,7 @@ typecheckParentsAction nfp = do | |||
Just rs -> do | |||
liftIO $ (log $ "Typechecking reverse dependencies for " ++ show nfp ++ ": " ++ show revs) | |||
`catch` \(e :: SomeException) -> log (show e) | |||
() <$ uses GetModIface rs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to land this fix ASAP, it's blocking everything
stack does not support ghc-8.10.7 yet |
stack downloads it but fails to install:
|
Copied from haskell#2138 stack-8.10.6.yaml Co-authored-by: peterbecich <peterbecich@gmail.com>
@Mergifyio backport 1.3.0-hackage |
Command
|