Conversation
|
|
||
| packages: . | ||
| ./liquid-fixpoint | ||
| ./text-format |
There was a problem hiding this comment.
haskell/text-format#21 local.
Let's see what Hackage Trustees can do with that.
|
Sweet -- thanks for starting this @phadej -- have some cycles now so will try to wrap it up soon! |
|
@ranjitjhala no worries, thank @nikivazou for mentioning this task in her ZuriHac-keynote :) I'll return to |
|
Ok, I got this to build properly etc. and addressed the TODO GHC-8.4 but it appears to hit this which AFAICT appears to be this GHC bug ... https://ghc.haskell.org/trac/ghc/ticket/15105 So as directed above I simply deleted the file After this I am stuck on the below: In doing so, I find that I can no longer resolve GHC.Prim.Int# It seems like in older versions, we had λ> :i GHC.Prim.Int# but in GHC 8.4 this is changed so: λ> :i GHC.Prim.Int# Does the above indicate that in fact,
|
|
Closing this as its folded into #1353 |
I hopefully did most of the boring parts.
Current state: