packages feed

Cabal revisions of threadscope-0.2.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                threadscope Version:             0.2.4+x-revision: 1 Category:            Development, Profiling, Trace Synopsis:            A graphical tool for profiling parallel Haskell programs. Description:         ThreadScope is a graphical viewer for thread profile                      information generated by the Glasgow Haskell compiler-		     (GHC).-		     .-		     The Threadscope program allows us to debug the parallel-		     performance of Haskell programs. Using Threadscope we can-		     check to see that work is well balanced across the-		     available processors and spot performance issues relating-		     to garbage collection or poor load balancing.+                     (GHC).+                     .+                     The Threadscope program allows us to debug the parallel+                     performance of Haskell programs. Using Threadscope we can+                     check to see that work is well balanced across the+                     available processors and spot performance issues relating+                     to garbage collection or poor load balancing. License:             BSD3 License-file:        LICENSE Copyright:           2009-2010 Satnam Singh, Executable threadscope   Main-is:           Main.hs   Build-Depends:     base >= 4.0 && < 5,-                     gtk >= 0.12, cairo, glib, pango,+                     gtk >= 0.12 && < 0.13, cairo, glib, pango,                      binary, array, mtl, filepath,-                     ghc-events >= 0.4.2,+                     ghc-events >= 0.4.2 && < 0.5,                      containers >= 0.2 && < 0.6,                      deepseq >= 1.1,                      time >= 1.1