@@ -101,40 +101,40 @@ Library
101101 Diagrams.TwoD.Vector,
102102 Diagrams.Util
103103 other-modules : Linear.Vector.Compat
104- Build-depends : base >= 4.9 && < 4.21 ,
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- fsnotify >= 0.4 && < 0.5 ,
128- directory >= 1.2 && < 1.4 ,
129- unordered-containers >= 0.2 && < 0.3 ,
130- text >= 0.7.1 && < 2.2 ,
131- mtl >= 2.0 && < 2.3 || >= 2.3.1 && < 2.4 ,
132- transformers >= 0.3.0 && < 0.7.0 ,
133- profunctors >= 5.0 && < 6.0 ,
134- exceptions >= 0.6 && < 1.0 ,
104+ Build-depends : base >= 4.9 && < 4.21 || ^ >= 4.21.0 ,
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+ fsnotify >= 0.4 && < 0.5 ,
128+ directory >= 1.2 && < 1.4 ,
129+ unordered-containers >= 0.2 && < 0.3 ,
130+ text >= 0.7.1 && < 2.2 ,
131+ mtl >= 2.0 && < 2.3 || >= 2.3.1 && < 2.4 ,
132+ transformers >= 0.3.0 && < 0.7.0 ,
133+ profunctors >= 5.0 && < 6.0 ,
134+ exceptions >= 0.6 && < 1.0 ,
135135 cereal >= 0.4.1.1 && < 0.6 ,
136136 bytestring >= 0.9 && < 0.13 ,
137- fail >= 4.9.0.0 && < 4.10
137+ fail >= 4.9.0.0 && < 4.10
138138 Hs-source-dirs : src
139139 ghc-options : -Wall
140140 default-language : Haskell2010
@@ -159,11 +159,11 @@ test-suite tests
159159 , Instances
160160 hs-source-dirs : test
161161 build-depends : base,
162- tasty >= 0.10 && < 1.6 ,
163- tasty-hunit >= 0.9.2 && < 0.11 ,
164- tasty-quickcheck >= 0.8 && < 0.12 ,
165- QuickCheck >= 2.7 ,
166- deepseq >= 1.3 && < 1.6 ,
162+ tasty >= 0.10 && < 1.6 ,
163+ tasty-hunit >= 0.9.2 && < 0.11 ,
164+ tasty-quickcheck >= 0.8 && < 0.12 ,
165+ QuickCheck >= 2.7 ,
166+ deepseq >= 1.3 && < 1.6 ,
167167 diagrams-lib,
168168 lens,
169169 distributive,
@@ -177,7 +177,7 @@ benchmark benchmarks
177177 hs-source-dirs :test
178178 default-language : Haskell2010
179179 build-depends :
180- base < 5 ,
180+ base < 5 ,
181181 criterion,
182182 diagrams-core,
183183 diagrams-lib
0 commit comments