viewprof 0.0.0.6 → 0.0.0.7
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +5/−1
- viewprof.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@ # Revision history for viewprof -## 0.0.0.5 - 2017-07-21+## 0.0.0.7 - 2017-07-31++* Relax upper version bound for base++## 0.0.0.6 - 2017-07-21 * Relax upper version bound for vty
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.6+version: 0.0.0.7 synopsis: Text-based interactive GHC .prof viewer description: Text-based interactive GHC .prof viewer homepage: https://github.com/maoe/viewprof@@ -21,7 +21,7 @@ executable viewprof main-is: viewprof.hs build-depends:- base >= 4.9 && < 4.10+ base >= 4.9 && < 4.11 , brick >= 0.16 && < 0.21 , containers >= 0.5.7 && < 0.6 , ghc-prof >= 1.4 && < 1.5