viewprof 0.0.0.16 → 0.0.0.17
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~brick
Dependency ranges changed: brick
Files
- CHANGELOG.md +5/−1
- viewprof.cabal +2/−2
CHANGELOG.md view
@@ -1,8 +1,12 @@ # Revision history for viewprof +## 0.0.0.17 - 2018-05-09++* Relax upper version bounds for brick+ ## 0.0.0.16 - 2018-04-02 -* Relax upper version bound for brick+* Relax upper version bounds for brick ## 0.0.0.15 - 2018-03-21
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.16+version: 0.0.0.17 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.12- , brick >= 0.16 && < 0.37+ , brick >= 0.16 && < 0.38 , containers >= 0.5.7 && < 0.6 , directory >= 1.3 && < 1.4 , ghc-prof >= 1.4 && < 1.5