include ../../header.mk TEST = primes TITLE = a collection of prime sieves TEST_ARGS = 2500 GHC_EXTRA_OPTS=-funbox-strict-fields include ../../footer.mk