Installation via cabal fails (GHC, Version 7.8.3, stage 2 booted by GHC version 7.6.3). Should I not be installing it via cabal?
prompt$ cabal install remote-debugger
Resolving dependencies...
Downloading remote-debugger-0.1.1...
Configuring remote-debugger-0.1.1...
Building remote-debugger-0.1.1...
Failed to install remote-debugger-0.1.1
Last 10 lines of the build log ( /Users/user/.cabal/logs/remote-debugger-0.1.1.log ):
src/DebuggerImpl.hs:668:31:
Couldn't match expected type ‘DynFlags’
with actual type ‘BreakArray’
In the second argument of ‘($)’, namely
‘modBreaks_flags $ modBreaks’
In the second argument of ‘($)’, namely
‘showBreakArray $ modBreaks_flags $ modBreaks’
In a stmt of a 'do' block:
liftIO $ showBreakArray $ modBreaks_flags $ modBreaks
cabal: Error: some packages failed to install:
remote-debugger-0.1.1 failed during the building phase. The exception was:
ExitFailure 1
Installation via cabal fails (GHC, Version 7.8.3, stage 2 booted by GHC version 7.6.3). Should I not be installing it via cabal?