Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
atsky committed Aug 6, 2015
1 parent 14ffdee commit 6b676e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote-debugger.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: remote-debugger
version: 0.2.1
version: 0.2.2
description: Wraper to GHC debugger API allowing debugging throught socket. Used in haskell-idea-plugin.
license: BSD3
license-file: LICENSE
Expand All @@ -23,7 +23,7 @@ executable remote-debugger

hs-source-dirs: src
build-depends: base >= 3 && <5,
ghc >= 7.10,

This comment has been minimized.

Copy link
@fshp

fshp Dec 29, 2015

Contributor

If need use old ghc, can just install old debugger. But need revert this line.

ghc >= 7.6,
ghc-paths,
array,
network,
Expand Down

1 comment on commit 6b676e1

@fshp
Copy link
Contributor

@fshp fshp commented on 6b676e1 Dec 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build error. This code can compile only on ghc 7.10 and newer. Because of AMP include in mainline. https://wiki.haskell.org/Functor-Applicative-Monad_Proposal
See my commit 30301f5

Please sign in to comment.