maoe / tkyprof

An interactive GHC profiling visualizer
https://hackage.haskell.org/package/tkyprof
Other
33 stars 4 forks source link

Allow compilation using new attoparsec and aeson #33

Closed jaspervdj closed 10 years ago

jaspervdj commented 10 years ago

Great tool man!

I changed the type for names/modules to Text since aeson >= 0.7 dropped the ToJSON/FromJSON instances for ByteString.

Additionally I added TemplateHaskell in the cabal file. This allows compilation when you have profiling enabled for all executables and libraries (see https://ghc.haskell.org/trac/ghc/ticket/8443).

maoe commented 10 years ago

Thanks! Just released as v0.2.2.