Skip to content
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

Not working with ghc 7.8.4 #3

Open
Javran opened this issue Jan 30, 2015 · 1 comment
Open

Not working with ghc 7.8.4 #3

Javran opened this issue Jan 30, 2015 · 1 comment

Comments

@Javran
Copy link

Javran commented Jan 30, 2015

Cannot compile the current verion of hcc with ghc 7.8.4.
The following error raised during compilation:

[ 9 of 45] Compiling Halo.Shared      ( halo/src/Halo/Shared.hs, dist/build/hcc/hcc-tmp/Halo/Shared.o )

halo/src/Halo/Shared.hs:44:29: Not in scope: ‘tracingDynFlags’

After changing the missing definition to undefined, I got another error:

[27 of 45] Compiling Halo.PrimCon     ( halo/src/Halo/PrimCon.hs, dist/build/hcc/hcc-tmp/Halo/PrimCon.o )

halo/src/Halo/PrimCon.hs:40:6:
    Not in scope: data constructor ‘ADataCon’

halo/src/Halo/PrimCon.hs:73:10:
    Not in scope: ‘mkDataConIds’
        Perhaps you meant one of these:
          ‘mkDataCon’ (imported from DataCon),
          ‘mkDataConRep’ (imported from MkId),
          ‘eqDataConId’ (imported from TysWiredIn)
@danr
Copy link
Owner

danr commented Feb 17, 2015

Thanks. This repository is not really mainained anymore.
The corresponding fixes to the tracingDynFlags and ADataCon errors are in danr/hipspec@215daaa
I'm not familiar with the mkDataConIds problem, though.

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

No branches or pull requests

2 participants