hdevtools icon indicating copy to clipboard operation
hdevtools copied to clipboard

7.8 issue

Open dmjio opened this issue 10 years ago • 6 comments

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

dmjio avatar Apr 24 '14 02:04 dmjio

Yes, there's already a pull request for this, see https://github.com/bitc/hdevtools/pull/28

mitchellwrosen avatar Apr 24 '14 06:04 mitchellwrosen

Could you please explain why you've closed it?

dmalikov avatar May 03 '14 18:05 dmalikov

@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.

dmjio avatar May 03 '14 19:05 dmjio

Is there an ETA for getting that PR merged?

gibiansky avatar Jun 08 '14 18:06 gibiansky

I'm experiencing this problem too. I hope it can be resolved soon.

crockeea avatar Jun 13 '14 17:06 crockeea

This appears to be the same as issue #24.

crockeea avatar Jun 22 '14 13:06 crockeea