Skip to content

Commit 4e7135c

Browse files
more cleanup
1 parent ed72ec4 commit 4e7135c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

QuickCheck.cabal

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Test-Suite test-quickcheck-gcoarbitrary
187187
hs-source-dirs: tests
188188
main-is: GCoArbitraryExample.hs
189189
build-depends: base, QuickCheck
190-
if !flag(templateHaskell) || !impl(ghc >= 7.2)
190+
if !flag(templateHaskell)
191191
buildable: False
192192

193193
Test-Suite test-quickcheck-generators
@@ -205,7 +205,7 @@ Test-Suite test-quickcheck-gshrink
205205
hs-source-dirs: tests
206206
main-is: GShrinkExample.hs
207207
build-depends: base, QuickCheck
208-
if !flag(templateHaskell) || !impl(ghc >= 7.2)
208+
if !flag(templateHaskell)
209209
buildable: False
210210

211211
Test-Suite test-quickcheck-terminal
@@ -214,7 +214,7 @@ Test-Suite test-quickcheck-terminal
214214
hs-source-dirs: tests
215215
main-is: Terminal.hs
216216
build-depends: base, process, deepseq >= 1.1.0.0, QuickCheck
217-
if !flag(templateHaskell) || !impl(ghc >= 7.10)
217+
if !flag(templateHaskell)
218218
buildable: False
219219

220220
Test-Suite test-quickcheck-monadfix
@@ -223,7 +223,7 @@ Test-Suite test-quickcheck-monadfix
223223
hs-source-dirs: tests
224224
main-is: MonadFix.hs
225225
build-depends: base, QuickCheck
226-
if !flag(templateHaskell) || !impl(ghc >= 7.10)
226+
if !flag(templateHaskell)
227227
buildable: False
228228

229229
Test-Suite test-quickcheck-split
@@ -241,7 +241,7 @@ Test-Suite test-quickcheck-strictness
241241
hs-source-dirs: tests
242242
main-is: Strictness.hs
243243
build-depends: base, QuickCheck, containers
244-
if !flag(templateHaskell) || !impl(ghc >= 7.10)
244+
if !flag(templateHaskell)
245245
buildable: False
246246

247247
Test-Suite test-quickcheck-misc
@@ -250,7 +250,7 @@ Test-Suite test-quickcheck-misc
250250
hs-source-dirs: tests
251251
main-is: Misc.hs
252252
build-depends: base, QuickCheck, containers
253-
if !flag(templateHaskell) || !impl(ghc >= 7.10)
253+
if !flag(templateHaskell)
254254
buildable: False
255255

256256
Test-Suite test-quickcheck-discard
@@ -266,10 +266,6 @@ Test-Suite test-quickcheck-monoids
266266
hs-source-dirs: tests
267267
main-is: Monoids.hs
268268
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
273269

274270
Test-Suite test-quickcheck-withprogress
275271
type: exitcode-stdio-1.0
@@ -292,3 +288,5 @@ Test-Suite test-arbitrary-instances
292288
process,
293289
template-haskell,
294290
hint
291+
if !flag(templateHaskell)
292+
buildable: False

0 commit comments

Comments
 (0)