Re: [Haskell-cafe] ANNOUNCE: TKYProf

2011-08-17 Thread Brandon Allbery
On Wed, Aug 17, 2011 at 00:31, Sebastian Fischer fisc...@nii.ac.jp wrote: Additionally, I linked /usr/lib/libstdc++.so.6 to /usr/lib/libstdc++.so before I could successfully install tkyprof. Not sure about the consequences.. This means you didn't install your distribution's libstdc++-dev (or

Re: [Haskell-cafe] ANNOUNCE: TKYProf

2011-08-17 Thread Bas van Dijk
On 17 August 2011 07:16, Michael Snoyman mich...@snoyman.com wrote: There's a bug in GHC that prevents C++ code from working correctly with Template Haskell For reference this is the bug Michael is talking about: http://hackage.haskell.org/trac/ghc/ticket/5289 As explained by Sebastian and

Re: [Haskell-cafe] ANNOUNCE: TKYProf

2011-08-17 Thread Michael Snoyman
I'm not sure I understand the comments there. Does this solve the issue for GHC 7.2 only, or for 7.* as well? Yesod is still officially supporting 6.12 and 7.0. On Wed, Aug 17, 2011 at 11:17 AM, Bas van Dijk v.dijk@gmail.com wrote: On 17 August 2011 07:16, Michael Snoyman mich...@snoyman.com

[Haskell-cafe] ANNOUNCE: TKYProf

2011-08-16 Thread Mitsutoshi Aoe
Hi, forks I'm glad to announce the alpha release of TKYProf. http://hackage.haskell.org/package/tkyprof https://github.com/maoe/tkyprof TKYprof is a web-based interacitve visualizer for GHC time and allocation profiling reports. It helps you to find the bottlenecks in your code quickly!

Re: [Haskell-cafe] ANNOUNCE: TKYProf

2011-08-16 Thread Sebastian Fischer
I'm glad to announce the alpha release of TKYProf. This looks useful, thanks! I'll try it out and let you know if I have problems. Installing with GHC 7.2, I needed to relax some upper bounds in cabal files of dependencies (maintainers CC'ed). - email-validate and ranges specify base 4.4

Re: [Haskell-cafe] ANNOUNCE: TKYProf

2011-08-16 Thread Michael Snoyman
The blaze-textual issue is intentional: There's a bug in GHC that prevents C++ code from working correctly with Template Haskell, and newer versions of blaze-textual use a C++ library for parsing doubles. I'm hoping that the defaults change on blaze-textual to use the native code instead so that I