blob: 0718f33e07562fa51bd4e331ba06e623587ea769 (
plain)
1
2
3
4
5
6
7
8
9
|
# This tests for correct recompilation when a package version changes.
# See the patch
# "Fix a recompilation checking bug when a package dependency changes"
test('recomp007', [ extra_files(['Setup.hs', 'a1/', 'a2/', 'b/'])
, when(fast(), skip)
, normalise_slashes
, js_broken(22352)
], makefile_test, [])
|