Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Consider upgrading Haskell compiler to 9.0.1 #690

Open
satnam6502 opened this issue Mar 23, 2021 · 2 comments
Open

Consider upgrading Haskell compiler to 9.0.1 #690

satnam6502 opened this issue Mar 23, 2021 · 2 comments
Assignees
Labels

Comments

@satnam6502
Copy link
Contributor

satnam6502 commented Mar 23, 2021

https://www.haskell.org/ghc/download_ghc_9_0_1.html

@satnam6502 satnam6502 added the P2 label Mar 23, 2021
@satnam6502 satnam6502 added this to the Silver Oak Phase 2 milestone Mar 23, 2021
@satnam6502 satnam6502 assigned satnam6502 and blaxill and unassigned satnam6502 Mar 23, 2021
@satnam6502
Copy link
Contributor Author

Will require work e.g.

[ 7 of 62] Compiling Functor          ( Functor.hs, dist/build/Functor.o, dist/build/Functor.dyn_o )

Functor.hs:19:16: error:
    Not in scope: ‘GHC.Base.unsafeCoerce#’
    Perhaps you meant ‘GHC.Base.unsafeChr’ (imported from GHC.Base)
    Module ‘GHC.Base’ does not export ‘unsafeCoerce#’.
   |
19 | unsafeCoerce = GHC.Base.unsafeCoerce#
   |                ^^^^^^^^^^^^^^^^^^^^^^
make: *** [haskell] Error 1

@blaxill

@atondwal
Copy link
Contributor

atondwal commented Apr 2, 2021

NB this requires patching the coq haskell extraction plugin, since it still depends on ghc 8, even in the coq master branch (should be a 1-2 line patch, though)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants