alanz / haskell-token-utils

Utilities to tie up tokens to an AST
The Unlicense
1 stars 0 forks source link

GHC 7.10.2 build error #2

Open peti opened 9 years ago

peti commented 9 years ago

haskell-token-utils-0.0.0.6 doesn't compile with GHC 7.10.2: http://hydra.cryp.to/build/1062754/log/raw.

alanz commented 9 years ago

It never will. I guess I need to change the cabal file to reflect that. For 7.10.2 it is replaced with ghc-exactprint

tebello-thejane commented 9 years ago

HaRe relies on it. Should HaRe be updated to use something which works on GHC 7.10.2?

obadz commented 8 years ago

As I understand it, latest HaRe now depands on ghc-exactprint and not haskell-token-utils.

cc // @mpickering

alanz commented 8 years ago

Correct. So haskell-token-utils is a legacy package for use with HaRe 0.7.2.8, and will not be updated.

On Sat, Oct 10, 2015 at 2:41 PM, obadz notifications@github.com wrote:

As I understand it, latest HaRe now depands on ghc-exactprint and not haskell-token-utils.

cc // @mpickering https://github.com/mpickering

— Reply to this email directly or view it on GitHub https://github.com/alanz/haskell-token-utils/issues/2#issuecomment-147085880 .