viewprof 0.0.0.25 → 0.0.0.26
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~brick
Dependency ranges changed: brick
Files
- CHANGELOG.md +5/−0
- viewprof.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for viewprof +## 0.0.0.26 - 2018-12-20++* Relax upper version bound for brick+* Test with GHC 8.6.3+ ## 0.0.0.25 - 2018-12-04 * Relax upper version bound for brick
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.25+version: 0.0.0.26 synopsis: Text-based interactive GHC .prof viewer description: viewprof is a text-based interactive GHC .prof viewer.@@ -21,13 +21,13 @@ img/screenshot.png cabal-version: >= 1.10 tested-with:- GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.2+ GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.3 executable viewprof main-is: viewprof.hs build-depends: base >= 4.9 && < 4.13- , brick > 0.26.1 && < 0.43+ , brick > 0.26.1 && < 0.46 , containers >= 0.5.7 && < 0.7 , directory >= 1.3 && < 1.4 , ghc-prof >= 1.4 && < 1.5