@@ -89,19 +89,28 @@ if impl (ghc >= 9.14)
89
89
-- cabal-allow-newer
90
90
if impl (ghc >= 9.14 )
91
91
allow-newer :
92
+ , Cabal :Cabal-syntax
93
+ , Cabal :containers
94
+ , Cabal-syntax :containers
92
95
, OneTuple :base
96
+ , QuickCheck :base
97
+ , aeson :OneTuple
98
+ , aeson :containers
93
99
, aeson :data-fix
94
100
, aeson :ghc-prim
95
101
, aeson :scientific
102
+ , aeson :semialign
96
103
, aeson :template-haskell
97
104
, aeson :text-iso8601
98
105
, aeson :these
99
106
, aeson :time
100
107
, aeson :time-compat
108
+ , aeson :uuid-types
109
+ , aeson :witherable
101
110
, assoc :base
102
111
, async :base
103
- , base :ghc-internal
104
112
, base :ghc-prim
113
+ , bifunctors :assoc
105
114
, bifunctors :template-haskell
106
115
, bifunctors :th-abstraction
107
116
, bin :base
@@ -110,85 +119,106 @@ if impl (ghc >= 9.14)
110
119
, boring :base
111
120
, brick :base
112
121
, cborg :base
122
+ , cborg :containers
113
123
, cborg :ghc-prim
124
+ , comonad :indexed-traversable
125
+ , concurrent-output :process
126
+ , config-ini :containers
127
+ , config-ini :text
114
128
, constraints-extras :base
115
129
, constraints-extras :template-haskell
130
+ , containers :base
116
131
, containers :template-haskell
117
- , criterion :parsec
132
+ , criterion :aeson
133
+ , data-default :containers
134
+ , data-default-class :data-default
118
135
, data-fix :base
119
136
, dec :base
120
- , dependent-map :constraints-extras
137
+ , deepseq :base
138
+ , deepseq :ghc-prim
139
+ , dependent-map :containers
140
+ , deriving-compat :containers
121
141
, deriving-compat :template-haskell
142
+ , dictionary-sharing :containers
122
143
, directory :base
123
- , exceptions :mtl
124
- , filepath :base
144
+ , directory :time
145
+ , dom-lt :containers
146
+ , filepath :template-haskell
125
147
, fin :base
126
148
, fin :universe-base
127
149
, flat :hashable
128
- , foldl :base
129
- , foldl :bytestring
130
150
, foldl :containers
151
+ , free :containers
131
152
, free :template-haskell
132
153
, generically :base
133
- , ghc-heap :base
134
- , ghc-heap :containers
135
- , ghc-heap :ghc-internal
136
- , ghc-heap :ghc-prim
137
154
, hashable :base
138
155
, hashable :containers
139
156
, hashable :ghc-bignum
140
- , hedgehog :bytestring
157
+ , hedgehog :containers
141
158
, hedgehog :lifted-async
142
159
, hedgehog :template-haskell
143
160
, hedgehog :time
161
+ , hedgehog-fn :hedgehog
162
+ , hedgehog-quickcheck :hedgehog
144
163
, hsc2hs :base
145
164
, indexed-traversable :base
165
+ , indexed-traversable :containers
146
166
, indexed-traversable-instances :base
147
167
, integer-conversion :base
148
168
, integer-logarithms :base
149
169
, integer-logarithms :ghc-bignum
150
170
, io-classes :base
151
171
, io-classes :time
152
- , lens :array
153
- , lens :base
154
- , lens :bytestring
172
+ , lens :containers
155
173
, lens :free
156
174
, lens :template-haskell
157
175
, lifted-async :base
158
176
, list-t :foldl
177
+ , megaparsec :base
178
+ , megaparsec :bytestring
179
+ , megaparsec :containers
180
+ , megaparsec :text
181
+ , microlens-th :containers
159
182
, microlens-th :template-haskell
160
183
, microstache :aeson
161
184
, microstache :base
162
185
, microstache :containers
186
+ , microstache :vector
163
187
, monoidal-containers :base
188
+ , monoidal-containers :containers
189
+ , network-uri :th-compat
164
190
, nonempty-vector :base
191
+ , nothunks :containers
165
192
, nothunks :time
166
- , nothunks :wherefrom-compat
193
+ , ordered-containers :containers
194
+ , os-string :template-haskell
167
195
, parallel :base
168
- , parsec :base
196
+ , parsec :bytestring
169
197
, parsec :text
170
- , plutus-core :vty
171
- , plutus-ledger-api :nothunks
172
198
, primitive :base
173
199
, process :base
174
200
, process :filepath
175
201
, process :unix
202
+ , quickcheck-instances :QuickCheck
176
203
, quickcheck-instances :base
177
- , quickcheck-instances :bytestring
204
+ , quickcheck-instances :containers
178
205
, ral :base
206
+ , ral :boring
207
+ , random :splitmix
208
+ , recursion-schemes :containers
179
209
, recursion-schemes :template-haskell
180
210
, scientific :base
211
+ , scientific :containers
181
212
, scientific :template-haskell
182
213
, semialign :base
214
+ , semialign :containers
183
215
, semigroupoids :bifunctors
184
216
, serialise :base
185
- , serialise :bytestring
186
217
, serialise :containers
187
218
, serialise :ghc-prim
188
219
, serialise :time
189
220
, singletons :base
190
221
, singletons-th :base
191
- , singletons-th :mtl
192
222
, singletons-th :singletons
193
223
, singletons-th :template-haskell
194
224
, singletons-th :th-desugar
@@ -199,42 +229,45 @@ if impl (ghc >= 9.14)
199
229
, statistics :parallel
200
230
, tagged :template-haskell
201
231
, tasty-hedgehog :base
202
- , test-framework :base
232
+ , tasty-hedgehog :hedgehog
203
233
, test-framework :time
204
- , text :array
205
- , text :base
234
+ , text :binary
206
235
, text :bytestring
207
236
, text :template-haskell
208
237
, text-iso8601 :time
209
238
, text-short :base
239
+ , text-short :bytestring
240
+ , text-short :ghc-prim
210
241
, text-short :template-haskell
211
242
, th-abstraction :template-haskell
212
243
, th-compat :template-haskell
213
244
, th-desugar :template-haskell
214
245
, th-expand-syns :base
246
+ , th-expand-syns :containers
215
247
, th-expand-syns :template-haskell
216
248
, th-lift :template-haskell
217
249
, th-lift-instances :th-lift
218
250
, th-orphans :template-haskell
219
251
, these :base
220
- , time :deepseq
221
252
, time :template-haskell
222
253
, time-compat :base
223
- , time-compat :deepseq
224
254
, time-compat :time
255
+ , transformers :base
225
256
, tree-diff :QuickCheck
226
257
, tree-diff :base
258
+ , tree-diff :containers
227
259
, tree-diff :time
260
+ , turtle :containers
228
261
, turtle :time
229
- , typed-process :async
230
262
, universe-base :base
231
- , unix :base
232
- , unix :bytestring
263
+ , universe-base :containers
233
264
, unix :time
265
+ , unordered-containers :base
266
+ , unordered-containers :hashable
234
267
, unordered-containers :template-haskell
268
+ , uuid-types :bytestring
235
269
, uuid-types :template-haskell
236
270
, vector-th-unbox :base
237
271
, vector-th-unbox :template-haskell
238
272
, wherefrom-compat :base
239
- , zlib :base
240
-
273
+ , witherable :containers
0 commit comments