packages feed

threadscope 0.2.11 → 0.2.11.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersdep ~ghc-events

Dependency ranges changed: containers, ghc-events

Files

threadscope.cabal view
@@ -1,5 +1,5 @@ Name:                threadscope-Version:             0.2.11+Version:             0.2.11.1 Category:            Development, Profiling, Trace Synopsis:            A graphical tool for profiling parallel Haskell programs. Description:         ThreadScope is a graphical viewer for thread profile@@ -55,8 +55,8 @@                      array < 0.6,                      mtl < 2.3,                      filepath < 1.5,-                     ghc-events >= 0.5 && < 0.8,-                     containers >= 0.2 && < 0.6,+                     ghc-events >= 0.5 && < 0.9,+                     containers >= 0.2 && < 0.7,                      deepseq >= 1.1,                      text < 1.3,                      time >= 1.1 && < 1.10,