haskell-suite / haskell-names

Haskell suite library for name resolution
52 stars 17 forks source link

maybe not building with ghc 7.6? #58

Closed emmanueltouzery closed 9 years ago

emmanueltouzery commented 9 years ago

I got a travis build error on haskell-names, although the error is cut out (on my machine I have old versions of packages, I could try reproducing if it helps).

Maybe the latest version doesn't work with ghc 7.6?

https://travis-ci.org/emmanueltouzery/cigale-timesheet/builds/41687886

Downloading haskell-names-0.4.1... Configuring haskell-names-0.4.1... Building haskell-names-0.4.1... Failed to install haskell-names-0.4.1 Last 10 lines of the build log ( /home/travis/.cabal/logs/haskell-names-0.4.1.log ): in c ParComp <| sc -: l <| scWithAllStmtss -: e <*> T.sequenceA stmtss' Proc l pat e -> let scWithPat = ... in c Proc <| sc -: l <| sc -: pat <| scWithPat -: e RecConstr l qn fields -> let scWc = ... in c RecConstr <| sc -: l <| sc -: qn <| scWc -: fields _ -> defaultRtraverse e sc }

UnkindPartition commented 9 years ago

That was another regression in traverse-with-class, which should now be fixed (in 0.2.0.2). Thanks for reporting.