diff --git a/tests/Makefile b/tests/Makefile index 765a2ea..02a99fe 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -99,7 +99,7 @@ ALL_TESTS = $(patsubst %.hs, %.run, $(ALL_TEST_HS)) ./$< %$(HS_PROG_EXT) : %.hs - $(HC) $(HC_OPTS) -package array -package bytestring $($*_LD_OPTS) $< -o $@ + $(HC) $(HC_OPTS) -package array -package bytestring -package text $($*_LD_OPTS) $< -o $@ all :: $(ALL_TESTS)