viewprof 0.0.0.2 → 0.0.0.3
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.3 (2017-06-12)++* Relax upper version bound for brick+ ## 0.0.0.2 (2017-02-14) * Update ghc-prof to 1.4.0
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.2+version: 0.0.0.3 synopsis: Text-based interactive GHC .prof viewer description: Text-based interactive GHC .prof viewer homepage: https://github.com/maoe/viewprof@@ -21,7 +21,7 @@ main-is: viewprof.hs build-depends: base >= 4.9 && < 4.10- , brick >= 0.16 && < 0.18+ , brick >= 0.16 && < 0.19 , containers >= 0.5.7 && < 0.6 , ghc-prof >= 1.4 && < 1.5 , lens >= 4.14 && < 4.16