diff --git a/devel/hs-test-framework-hunit/Makefile b/devel/hs-test-framework-hunit/Makefile index c5b2eeb915b..0fd5d44e504 100644 --- a/devel/hs-test-framework-hunit/Makefile +++ b/devel/hs-test-framework-hunit/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2014/11/24 16:10:20 kili Exp $ +# $OpenBSD: Makefile,v 1.7 2015/10/12 21:44:18 kili Exp $ + +BROKEN = will be removed soon COMMENT = HUnit support for hs-test-framework diff --git a/devel/hs-test-framework-quickcheck2/Makefile b/devel/hs-test-framework-quickcheck2/Makefile index 91d97760a54..d10f303dd04 100644 --- a/devel/hs-test-framework-quickcheck2/Makefile +++ b/devel/hs-test-framework-quickcheck2/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2014/11/24 16:10:48 kili Exp $ +# $OpenBSD: Makefile,v 1.9 2015/10/12 21:44:18 kili Exp $ + +BROKEN = will be removed soon COMMENT = QuickCheck2 support for hs-test-framework