packages feed

viewprof 0.0.0.23 → 0.0.0.24

raw patch · 2 files changed

+13/−7 lines, 2 filesdep ~basedep ~brickdep ~vector-algorithms

Dependency ranges changed: base, brick, vector-algorithms, vty

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for viewprof +## 0.0.0.24 - 2018-11-15++* Add support for GHC 8.6+    * Relax upper version bounds for base, vector-algorithms, and vty+    * Tighten lower version bound for brick to guide the dep solver+ ## 0.0.0.23 - 2018-09-07  * Relax upper version bounds for brick and vty@@ -30,7 +36,7 @@  ## 0.0.0.16 - 2018-04-02 -* Relax upper version bounds for brick+* Relax upper version bound for brick  ## 0.0.0.15 - 2018-03-21 
viewprof.cabal view
@@ -1,5 +1,5 @@ name: viewprof-version: 0.0.0.23+version: 0.0.0.24 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.1+  GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.2  executable viewprof   main-is: viewprof.hs   build-depends:-      base >= 4.9 && < 4.12-    , brick >= 0.16 && < 0.42+      base >= 4.9 && < 4.13+    , brick > 0.26.1 && < 0.42     , containers >= 0.5.7 && < 0.7     , directory >= 1.3 && < 1.4     , ghc-prof >= 1.4 && < 1.5@@ -35,8 +35,8 @@     , scientific >= 0.3.4.4 && < 0.4     , 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.25+    , vector-algorithms >= 0.6.0.4 && < 0.9+    , vty >= 5.13 && < 5.26   hs-source-dirs: bin   default-language: Haskell2010   ghc-options: -Wall -threaded