packages feed

viewprof 0.0.0.31 → 0.0.0.32

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~vty

Dependency ranges changed: vty

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for viewprof +## 0.0.0.32 - 2019-10-19++* Relax upper version bound for vty+ ## 0.0.0.31 - 2019-09-14  * Relax upper version bound for brick
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.31+version: 0.0.0.32 synopsis: Text-based interactive GHC .prof viewer description:    viewprof is a text-based interactive GHC .prof viewer.@@ -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.9-    , vty >= 5.13 && < 5.26+    , vty >= 5.13 && < 5.27   hs-source-dirs: bin   default-language: Haskell2010   ghc-options: -Wall -threaded