Skip to content

Commit

Permalink
Update outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jan 15, 2022
1 parent eaf2bfb commit b9084e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bench-show.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit b9084e4

Please sign in to comment.