viewprof 0.0.0.22 → 0.0.0.23
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~brickdep ~vty
Dependency ranges changed: brick, vty
Files
- CHANGELOG.md +4/−0
- viewprof.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for viewprof +## 0.0.0.23 - 2018-09-07++* Relax upper version bounds for brick and vty+ ## 0.0.0.22 - 2018-08-08 * Relax upper version bounds for brick
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.22+version: 0.0.0.23 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.41+ , brick >= 0.16 && < 0.42 , containers >= 0.5.7 && < 0.7 , directory >= 1.3 && < 1.4 , ghc-prof >= 1.4 && < 1.5@@ -36,7 +36,7 @@ , text >= 1.2.2.0 && < 1.3 , vector >= 0.10.12.3 && < 0.13 , vector-algorithms >= 0.6.0.4 && < 0.8- , vty >= 5.13 && < 5.24+ , vty >= 5.13 && < 5.25 hs-source-dirs: bin default-language: Haskell2010 ghc-options: -Wall -threaded