atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

remote-debugger-0.2.2 : failed during the building phase. #121

Open DekwoKybon opened 8 years ago

DekwoKybon commented 8 years ago

When I try to install the remote-debugger using 'cabal install remote-debugger' I get following errors:

src/DebuggerImpl.hs:95:77: Not in scope: data constructor ‘PackageArg’

src/DebuggerImpl.hs:95:94: Not in scope: data constructor ‘ModRenaming’

I'm using ghc version: 7.8.4 and cabal version: 1.22.1.1

fshp commented 8 years ago

@DekwoKybon try use ghc >= 7.10 It depends on AMP.

stefan-schweiger commented 7 years ago

My installation also failes, but with a slighly different error (using ghc: 8.0.1 and cabal: 1.24.0.0) https://github.com/octomarat/HaskellDebugger/issues/5