viewprof 0.0.0.28 → 0.0.0.29
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~brick
Dependency ranges changed: brick
Files
- CHANGELOG.md +4/−0
- viewprof.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for viewprof +## 0.0.0.29 - 2019-08-31++* Relax upper version bound for brick+ ## 0.0.0.28 - 2019-03-21 * Relax upper version bound for brick
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.28+version: 0.0.0.29 synopsis: Text-based interactive GHC .prof viewer description: viewprof is a text-based interactive GHC .prof viewer.@@ -27,7 +27,7 @@ main-is: viewprof.hs build-depends: base >= 4.9 && < 4.13- , brick > 0.26.1 && < 0.48+ , brick > 0.26.1 && < 0.49 , containers >= 0.5.7 && < 0.7 , directory >= 1.3 && < 1.4 , ghc-prof >= 1.4 && < 1.5