@@ -101,39 +101,39 @@ Library
101
101
Diagrams.TwoD.Vector,
102
102
Diagrams.Util
103
103
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 ,
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 ,
134
134
cereal >= 0.4.1.1 && < 0.6 ,
135
135
bytestring >= 0.9 && < 0.13 ,
136
- fail >= 4.9.0.0 && < 4.10
136
+ fail >= 4.9.0.0 && < 4.10
137
137
Hs-source-dirs : src
138
138
ghc-options : -Wall
139
139
default-language : Haskell2010
@@ -158,11 +158,11 @@ test-suite tests
158
158
, Instances
159
159
hs-source-dirs : test
160
160
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 ,
166
166
diagrams-lib,
167
167
lens,
168
168
distributive,
@@ -176,7 +176,7 @@ benchmark benchmarks
176
176
hs-source-dirs :test
177
177
default-language : Haskell2010
178
178
build-depends :
179
- base < 5 ,
179
+ base < 5 ,
180
180
criterion,
181
181
diagrams-core,
182
182
diagrams-lib
0 commit comments