blob: 0855f0bce8eb22cd56b3408e0c5ccf25916fc8c7 (
plain)
1
2
3
4
5
6
|
# Test for #13099, a recompilation bug involving type family instances
test('recomp017',
[extra_files(['A.hs', 'B.hs', 'C.hs', 'C2.hs', 'D.hs', 'E.hs']),
ignore_stdout, expect_broken(13099)],
makefile_test, [])
|