blob: 935c8efa8c4239366d3c87c53668c061824d79d8 (
plain)
1
2
3
|
# N.B. this package requires a dynamically-linked ghc-bin, since it assumes
# that TH evaluation will build dynamic objects.
test('T20348', [extra_files(['A.hs']), unless(have_dynamic(), skip)], makefile_test, [])
|