hdevtools
hdevtools copied to clipboard
7.8 issue
Got this on fresh install w/ 7.8
Last 10 lines of the build log ( /Users/dmj/.cabal/logs/hdevtools-0.1.0.5.log ):
Not in scope: data constructor ‘GHC.MatchGroup’
Perhaps you meant ‘GHC.DocGroup’ (imported from GHC)
src/Info.hs:164:5:
Not in scope: ‘Pretty.showDocWith’
Perhaps you meant ‘Pretty.showDoc’ (imported from Pretty)
src/Info.hs:229:12:
Not in scope:
type constructor or class ‘PprTyThing.PrintExplicitForalls’
cabal: Error: some packages failed to install:
hdevtools-0.1.0.5 failed during the building phase. The exception was:
ExitFailure 1
Yes, there's already a pull request for this, see https://github.com/bitc/hdevtools/pull/28
Could you please explain why you've closed it?
@dmalikov @mitchellwrosen said there was already a pull request for this, meaning someone raised the issue before I did, making this issue redundant. I'll reopen since building still doesn't work w/ 7.8.
Is there an ETA for getting that PR merged?
I'm experiencing this problem too. I hope it can be resolved soon.
This appears to be the same as issue #24.