viewprof 0.0.0.15 → 0.0.0.16
raw patch · 2 files changed
+13/−4 lines, 2 filesdep ~brick
Dependency ranges changed: brick
Files
- CHANGELOG.md +4/−0
- viewprof.cabal +9/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for viewprof +## 0.0.0.16 - 2018-04-02++* Relax upper version bound for brick+ ## 0.0.0.15 - 2018-03-21 * Relax upper version bounds for base, vty and brick
viewprof.cabal view
@@ -1,7 +1,11 @@ name: viewprof-version: 0.0.0.15+version: 0.0.0.16 synopsis: Text-based interactive GHC .prof viewer-description: Text-based interactive GHC .prof viewer+description:+ viewprof is a text-based interactive GHC .prof viewer.+ .+ You can find a screenshot and some explanation in+ <https://github.com/maoe/viewprof#readme the README>. homepage: https://github.com/maoe/viewprof bug-reports: https://github.com/maoe/viewprof/issues license: BSD3@@ -16,13 +20,14 @@ README.md img/screenshot.png cabal-version: >= 1.10-tested-with: GHC == 8.0.2+tested-with:+ GHC == 8.0.2 || == 8.2.2 || == 8.4.1 executable viewprof main-is: viewprof.hs build-depends: base >= 4.9 && < 4.12- , brick >= 0.16 && < 0.36+ , brick >= 0.16 && < 0.37 , containers >= 0.5.7 && < 0.6 , directory >= 1.3 && < 1.4 , ghc-prof >= 1.4 && < 1.5