haskell / ThreadScope

A graphical tool for profiling parallel Haskell programs

Home Page:http://www.haskell.org/haskellwiki/ThreadScope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor compilation issues with recent cairo

peti opened this issue · comments

Hi, we've tried to update cairo and several other related packages in NixOS, but these updates break the build of threadscope: http://hydra.cryp.to/build/256390/nixlog/1/raw. This seems like a trivial issue to fix, so I was wondering if, by any chance, you could release a new version to Hackage that fixes these errors?

The issue seems to be caused by the update of gtk, not Cairo. taffybar/taffybar#103 has a similar build error.

In #42, @Acaccia kindly fixed the problem. The new release is at:

http://hackage.haskell.org/package/threadscope-0.2.6

Thank you guys, both for reporting and fixing! Cheers!

@peti: Thank you for the report. Does the new version of TS compile OK?

I see the old version is still mentioned in

https://github.com/NixOS/nixpkgs/blob/65ef7d534df37938c76e73173deeba6a3a3703cc/pkgs/development/tools/haskell/threadscope/default.nix

but perhaps you tried locally and something in TS failed again?

I updated the package a moment ago in NixOS/nixpkgs@0dd518c and it works fine! Thank you for the reminder.

@peti can this issue be closed?