@@ -187,7 +187,7 @@ Test-Suite test-quickcheck-gcoarbitrary
187
187
hs-source-dirs : tests
188
188
main-is : GCoArbitraryExample.hs
189
189
build-depends : base, QuickCheck
190
- if !flag(templateHaskell) || !impl(ghc >= 7.2 )
190
+ if !flag(templateHaskell)
191
191
buildable : False
192
192
193
193
Test-Suite test-quickcheck-generators
@@ -205,7 +205,7 @@ Test-Suite test-quickcheck-gshrink
205
205
hs-source-dirs : tests
206
206
main-is : GShrinkExample.hs
207
207
build-depends : base, QuickCheck
208
- if !flag(templateHaskell) || !impl(ghc >= 7.2 )
208
+ if !flag(templateHaskell)
209
209
buildable : False
210
210
211
211
Test-Suite test-quickcheck-terminal
@@ -214,7 +214,7 @@ Test-Suite test-quickcheck-terminal
214
214
hs-source-dirs : tests
215
215
main-is : Terminal.hs
216
216
build-depends : base, process, deepseq >= 1.1.0.0 , QuickCheck
217
- if !flag(templateHaskell) || !impl(ghc >= 7.10 )
217
+ if !flag(templateHaskell)
218
218
buildable : False
219
219
220
220
Test-Suite test-quickcheck-monadfix
@@ -223,7 +223,7 @@ Test-Suite test-quickcheck-monadfix
223
223
hs-source-dirs : tests
224
224
main-is : MonadFix.hs
225
225
build-depends : base, QuickCheck
226
- if !flag(templateHaskell) || !impl(ghc >= 7.10 )
226
+ if !flag(templateHaskell)
227
227
buildable : False
228
228
229
229
Test-Suite test-quickcheck-split
@@ -241,7 +241,7 @@ Test-Suite test-quickcheck-strictness
241
241
hs-source-dirs : tests
242
242
main-is : Strictness.hs
243
243
build-depends : base, QuickCheck, containers
244
- if !flag(templateHaskell) || !impl(ghc >= 7.10 )
244
+ if !flag(templateHaskell)
245
245
buildable : False
246
246
247
247
Test-Suite test-quickcheck-misc
@@ -250,7 +250,7 @@ Test-Suite test-quickcheck-misc
250
250
hs-source-dirs : tests
251
251
main-is : Misc.hs
252
252
build-depends : base, QuickCheck, containers
253
- if !flag(templateHaskell) || !impl(ghc >= 7.10 )
253
+ if !flag(templateHaskell)
254
254
buildable : False
255
255
256
256
Test-Suite test-quickcheck-discard
@@ -266,10 +266,6 @@ Test-Suite test-quickcheck-monoids
266
266
hs-source-dirs : tests
267
267
main-is : Monoids.hs
268
268
build-depends : base, QuickCheck
269
- if !impl(ghc >= 8.4 )
270
- cpp-options : -DNO_SEMIGROUP_SUPERCLASS
271
- if !impl(ghc >= 8.0 )
272
- cpp-options : -DNO_SEMIGROUP_CLASS
273
269
274
270
Test-Suite test-quickcheck-withprogress
275
271
type : exitcode-stdio-1.0
@@ -292,3 +288,5 @@ Test-Suite test-arbitrary-instances
292
288
process,
293
289
template-haskell,
294
290
hint
291
+ if !flag(templateHaskell)
292
+ buildable : False
0 commit comments