@@ -101,40 +101,40 @@ Library
101
101
Diagrams.TwoD.Vector,
102
102
Diagrams.Util
103
103
other-modules : Linear.Vector.Compat
104
- Build-depends : base >= 4.9 && < 4.20 ,
105
- containers >= 0.3 && < 0.7 ,
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-class < 0.2 ,
115
- fingertree >= 0.1 && < 0.2 ,
116
- intervals >= 0.7 && < 0.10 ,
117
- lens >= 5.1 && < 5.3 ,
118
- tagged >= 0.7 && < 0.9 ,
119
- optparse-applicative >= 0.11 && < 0.19 ,
120
- filepath >= 1.4 && < 1.5 ,
121
- JuicyPixels >= 3.3.4 && < 3.4 ,
122
- hashable >= 1.1 && < 1.5 ,
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.20 || ^ >= 4.20.0 ,
105
+ containers >= 0.3 && < 0.7 || ^ >= 0.7 ,
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-class < 0.2 ,
115
+ fingertree >= 0.1 && < 0.2 ,
116
+ intervals >= 0.7 && < 0.10 ,
117
+ lens >= 5.1 && < 5.3 || ^ >= 5.3.2 ,
118
+ tagged >= 0.7 && < 0.9 ,
119
+ optparse-applicative >= 0.11 && < 0.19 ,
120
+ filepath >= 1.4 && < 1.5 || ^ >= 1.5.2 ,
121
+ JuicyPixels >= 3.3.4 && < 3.4 ,
122
+ hashable >= 1.1 && < 1.5 ,
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 ,
135
135
cereal >= 0.4.1.1 && < 0.6 ,
136
136
bytestring >= 0.9 && < 0.13 ,
137
- fail >= 4.9.0.0 && < 4.10
137
+ fail >= 4.9.0.0 && < 4.10
138
138
Hs-source-dirs : src
139
139
ghc-options : -Wall
140
140
default-language : Haskell2010
@@ -159,11 +159,11 @@ test-suite tests
159
159
, Instances
160
160
hs-source-dirs : test
161
161
build-depends : base,
162
- tasty >= 0.10 && < 1.6 ,
163
- tasty-hunit >= 0.9.2 && < 0.11 ,
164
- tasty-quickcheck >= 0.8 && < 0.11 ,
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.11 ,
165
+ QuickCheck >= 2.7 ,
166
+ deepseq >= 1.3 && < 1.6 ,
167
167
diagrams-lib,
168
168
lens,
169
169
distributive,
@@ -177,7 +177,7 @@ benchmark benchmarks
177
177
hs-source-dirs :test
178
178
default-language : Haskell2010
179
179
build-depends :
180
- base < 5 ,
180
+ base < 5 ,
181
181
criterion,
182
182
diagrams-core,
183
183
diagrams-lib
0 commit comments