Skip to content

Compilation fails #1

@dainkaplan

Description

@dainkaplan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions