From b9084e4da08b300fcd77ca780e6afeb2a3df1466 Mon Sep 17 00:00:00 2001 From: adithyaov Date: Sat, 15 Jan 2022 01:43:07 +0530 Subject: [PATCH] Update outdated packages --- bench-show.cabal | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bench-show.cabal b/bench-show.cabal index 4dcf918..0aa7b27 100644 --- a/bench-show.cabal +++ b/bench-show.cabal @@ -117,10 +117,10 @@ library , filepath >= 1.3 && < 1.5 , mwc-random >= 0.13 && < 0.16 , directory >= 1.2 && < 1.4 - , transformers >= 0.4 && < 0.6 + , transformers >= 0.4 && < 0.7 , ansi-wl-pprint >= 0.6 && < 0.7 , split >= 0.2 && < 0.3 - , statistics >= 0.15 && < 0.16 + , statistics >= 0.15 && < 0.17 , vector >= 0.10 && < 0.13 executable bench-show @@ -130,19 +130,19 @@ executable bench-show other-modules: Paths_bench_show ghc-options: -Wall build-depends: - base >= 4.8 && < 5 + base >= 4.8 && < 4.17 , Chart >= 1.6 && < 2 , Chart-diagrams >= 1.6 && < 2 , csv >= 0.1 && < 0.2 , filepath >= 1.3 && < 1.5 , mwc-random >= 0.13 && < 0.16 , directory >= 1.2 && < 1.4 - , transformers >= 0.4 && < 0.6 + , transformers >= 0.4 && < 0.7 , ansi-wl-pprint >= 0.6 && < 0.7 , split >= 0.2 && < 0.3 - , statistics >= 0.15 && < 0.16 + , statistics >= 0.15 && < 0.17 , vector >= 0.10 && < 0.13 - , semigroups >= 0.18 && < 0.20 + , semigroups >= 0.18 && < 0.21 , optparse-applicative >= 0.14.2 && < 0.17 , optparse-simple >= 0.1.0 && < 0.2 , bench-show @@ -159,9 +159,9 @@ test-suite test build-depends: bench-show - , base >= 4.8 && < 5 + , base >= 4.8 && < 4.17 , split >= 0.2 && < 0.3 - , text >= 1.1.1 && < 1.3 + , text >= 1.1.1 && < 2.1 -- , typed-process >= 0.1.0.0 && < 0.3 test-suite doc @@ -176,5 +176,5 @@ test-suite doc build-depends: bench-show - , base >= 4.8 && < 5 + , base >= 4.8 && < 4.17 , split >= 0.2 && < 0.3