packages feed

viewprof 0.0.0.7 → 0.0.0.8

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~brickdep ~vty

Dependency ranges changed: brick, vty

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for viewprof +## 0.0.0.8 - 2017-08-09++* Relax upper version bound for vty and brick+ ## 0.0.0.7 - 2017-07-31  * Relax upper version bound for base
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.7+version: 0.0.0.8 synopsis: Text-based interactive GHC .prof viewer description: Text-based interactive GHC .prof viewer homepage: https://github.com/maoe/viewprof@@ -22,7 +22,7 @@   main-is: viewprof.hs   build-depends:       base >= 4.9 && < 4.11-    , brick >= 0.16 && < 0.21+    , brick >= 0.16 && < 0.24     , containers >= 0.5.7 && < 0.6     , ghc-prof >= 1.4 && < 1.5     , lens >= 4.14 && < 4.16@@ -30,7 +30,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.17+    , vty >= 5.13 && < 5.18   hs-source-dirs: bin   default-language: Haskell2010   ghc-options: -Wall -threaded