From 5d906e3929b21492dd58ab0a6e92e36bc933580b Mon Sep 17 00:00:00 2001 From: byorgey <533859+byorgey@users.noreply.github.com> Date: Thu, 9 May 2024 08:12:44 +0000 Subject: [PATCH] Bumping 3 dependencies containers >=0.3 && <0.7 (latest: 0.7) filepath >=1.4 && <1.5 (latest: 1.5.2.0) lens >=5.1 && <5.3 (latest: 5.3.1) --- diagrams-lib.cabal | 76 +++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/diagrams-lib.cabal b/diagrams-lib.cabal index 4bee8d52..a878f628 100644 --- a/diagrams-lib.cabal +++ b/diagrams-lib.cabal @@ -101,40 +101,40 @@ Library Diagrams.TwoD.Vector, Diagrams.Util other-modules: Linear.Vector.Compat - Build-depends: base >= 4.9 && < 4.20, - containers >= 0.3 && < 0.7, - array >= 0.3 && < 0.6, - semigroups >= 0.3.4 && < 0.21, - monoid-extras >= 0.6 && < 0.7, - dual-tree >= 0.2 && < 0.3, - diagrams-core >= 1.4 && < 1.6, - diagrams-solve >= 0.1 && < 0.2, - active >= 0.2 && < 0.3, - colour >= 2.3.2 && < 2.4, - data-default-class < 0.2, - fingertree >= 0.1 && < 0.2, - intervals >= 0.7 && < 0.10, - lens >= 5.1 && < 5.3, - tagged >= 0.7 && < 0.9, - optparse-applicative >= 0.11 && < 0.19, - filepath >= 1.4 && < 1.5, - JuicyPixels >= 3.3.4 && < 3.4, - hashable >= 1.1 && < 1.5, - linear >= 1.20.1 && < 1.24, - adjunctions >= 4.0 && < 5.0, - distributive >=0.2.2 && < 1.0, - process >= 1.1 && < 1.7, - fsnotify >= 0.4 && < 0.5, - directory >= 1.2 && < 1.4, - unordered-containers >= 0.2 && < 0.3, - text >= 0.7.1 && < 2.2, - mtl >= 2.0 && < 2.3 || >= 2.3.1 && < 2.4, - transformers >= 0.3.0 && < 0.7.0, - profunctors >= 5.0 && < 6.0, - exceptions >= 0.6 && < 1.0, + Build-depends: base >=4.9 && <4.20, + containers >=0.3 && <0.7 || ^>=0.7, + array >=0.3 && <0.6, + semigroups >=0.3.4 && <0.21, + monoid-extras >=0.6 && <0.7, + dual-tree >=0.2 && <0.3, + diagrams-core >=1.4 && <1.6, + diagrams-solve >=0.1 && <0.2, + active >=0.2 && <0.3, + colour >=2.3.2 && <2.4, + data-default-class <0.2, + fingertree >=0.1 && <0.2, + intervals >=0.7 && <0.10, + lens >=5.1 && <5.3 || ^>=5.3.1, + tagged >=0.7 && <0.9, + optparse-applicative >=0.11 && <0.19, + filepath >=1.4 && <1.5 || ^>=1.5.2, + JuicyPixels >=3.3.4 && <3.4, + hashable >=1.1 && <1.5, + linear >=1.20.1 && <1.24, + adjunctions >=4.0 && <5.0, + distributive >=0.2.2 && <1.0, + process >=1.1 && <1.7, + fsnotify >=0.4 && <0.5, + directory >=1.2 && <1.4, + unordered-containers >=0.2 && <0.3, + text >=0.7.1 && <2.2, + mtl >=2.0 && <2.3 || >=2.3.1 && <2.4, + transformers >=0.3.0 && <0.7.0, + profunctors >=5.0 && <6.0, + exceptions >=0.6 && <1.0, cereal >=0.4.1.1 && <0.6, bytestring >=0.9 && <0.13, - fail >= 4.9.0.0 && <4.10 + fail >=4.9.0.0 && <4.10 Hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 @@ -159,11 +159,11 @@ test-suite tests , Instances hs-source-dirs: test build-depends: base, - tasty >= 0.10 && < 1.6, - tasty-hunit >= 0.9.2 && < 0.11, - tasty-quickcheck >= 0.8 && < 0.11, - QuickCheck >= 2.7, - deepseq >= 1.3 && < 1.6, + tasty >=0.10 && <1.6, + tasty-hunit >=0.9.2 && <0.11, + tasty-quickcheck >=0.8 && <0.11, + QuickCheck >=2.7, + deepseq >=1.3 && <1.6, diagrams-lib, lens, distributive, @@ -177,7 +177,7 @@ benchmark benchmarks hs-source-dirs:test default-language: Haskell2010 build-depends: - base < 5, + base <5, criterion, diagrams-core, diagrams-lib