Skip to content

Commit 4b3765e

Browse files
byorgeygithub-actions[bot]
authored andcommitted
Bumping 2 dependencies
containers >=0.3 && <0.8 (latest: 0.8) monoid-extras >=0.6 && <0.7 (latest: 0.7)
1 parent b806122 commit 4b3765e

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

diagrams-lib.cabal

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -101,39 +101,39 @@ Library
101101
Diagrams.TwoD.Vector,
102102
Diagrams.Util
103103
other-modules: Linear.Vector.Compat
104-
Build-depends: base >= 4.9 && < 4.22,
105-
containers >= 0.3 && < 0.8,
106-
array >= 0.3 && < 0.6,
107-
semigroups >= 0.3.4 && < 0.21,
108-
monoid-extras >= 0.6 && < 0.7,
109-
dual-tree >= 0.2 && < 0.3,
110-
diagrams-core >= 1.4 && < 1.6,
111-
diagrams-solve >= 0.1 && < 0.2,
112-
active >= 0.2 && < 0.3,
113-
colour >= 2.3.2 && < 2.4,
114-
data-default >= 0.8 && < 0.9,
115-
fingertree >= 0.1 && < 0.2,
116-
intervals >= 0.7 && < 0.10,
117-
lens >= 5.1 && < 5.4,
118-
tagged >= 0.7 && < 0.9,
119-
optparse-applicative >= 0.11 && < 0.19,
120-
filepath >= 1.4 && < 1.6,
121-
JuicyPixels >= 3.3.4 && < 3.4,
122-
hashable >= 1.1 && < 1.6,
123-
linear >= 1.20.1 && < 1.24,
124-
adjunctions >= 4.0 && < 5.0,
125-
distributive >=0.2.2 && < 1.0,
126-
process >= 1.1 && < 1.7,
127-
directory >= 1.2 && < 1.4,
128-
unordered-containers >= 0.2 && < 0.3,
129-
text >= 0.7.1 && < 2.2,
130-
mtl >= 2.0 && < 2.3 || >= 2.3.1 && < 2.4,
131-
transformers >= 0.3.0 && < 0.7.0,
132-
profunctors >= 5.0 && < 6.0,
133-
exceptions >= 0.6 && < 1.0,
104+
Build-depends: base >=4.9 && <4.22,
105+
containers >=0.3 && <0.8 || ^>=0.8,
106+
array >=0.3 && <0.6,
107+
semigroups >=0.3.4 && <0.21,
108+
monoid-extras >=0.6 && <0.7 || ^>=0.7,
109+
dual-tree >=0.2 && <0.3,
110+
diagrams-core >=1.4 && <1.6,
111+
diagrams-solve >=0.1 && <0.2,
112+
active >=0.2 && <0.3,
113+
colour >=2.3.2 && <2.4,
114+
data-default >=0.8 && <0.9,
115+
fingertree >=0.1 && <0.2,
116+
intervals >=0.7 && <0.10,
117+
lens >=5.1 && <5.4,
118+
tagged >=0.7 && <0.9,
119+
optparse-applicative >=0.11 && <0.19,
120+
filepath >=1.4 && <1.6,
121+
JuicyPixels >=3.3.4 && <3.4,
122+
hashable >=1.1 && <1.6,
123+
linear >=1.20.1 && <1.24,
124+
adjunctions >=4.0 && <5.0,
125+
distributive >=0.2.2 && <1.0,
126+
process >=1.1 && <1.7,
127+
directory >=1.2 && <1.4,
128+
unordered-containers >=0.2 && <0.3,
129+
text >=0.7.1 && <2.2,
130+
mtl >=2.0 && <2.3 || >=2.3.1 && <2.4,
131+
transformers >=0.3.0 && <0.7.0,
132+
profunctors >=5.0 && <6.0,
133+
exceptions >=0.6 && <1.0,
134134
cereal >=0.4.1.1 && <0.6,
135135
bytestring >=0.9 && <0.13,
136-
fail >= 4.9.0.0 && <4.10
136+
fail >=4.9.0.0 && <4.10
137137
Hs-source-dirs: src
138138
ghc-options: -Wall
139139
default-language: Haskell2010
@@ -158,11 +158,11 @@ test-suite tests
158158
, Instances
159159
hs-source-dirs: test
160160
build-depends: base,
161-
tasty >= 0.10 && < 1.6,
162-
tasty-hunit >= 0.9.2 && < 0.11,
163-
tasty-quickcheck >= 0.8 && < 0.12,
164-
QuickCheck >= 2.7,
165-
deepseq >= 1.3 && < 1.6,
161+
tasty >=0.10 && <1.6,
162+
tasty-hunit >=0.9.2 && <0.11,
163+
tasty-quickcheck >=0.8 && <0.12,
164+
QuickCheck >=2.7,
165+
deepseq >=1.3 && <1.6,
166166
diagrams-lib,
167167
lens,
168168
distributive,
@@ -176,7 +176,7 @@ benchmark benchmarks
176176
hs-source-dirs:test
177177
default-language: Haskell2010
178178
build-depends:
179-
base < 5,
179+
base <5,
180180
criterion,
181181
diagrams-core,
182182
diagrams-lib

0 commit comments

Comments
 (0)