TOP=../../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

bug1677 :
	'$(TEST_HC)' -M Foo.hs Bar.hs || true

