From dd97722379d86bbad461eb7c042a07cd39ba24f9 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 20:55:04 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: math) --- math/hs-NumInstances/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/hs-NumInstances') diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile index 2a6df329d2a9..dd62b63b4095 100644 --- a/math/hs-NumInstances/Makefile +++ b/math/hs-NumInstances/Makefile @@ -9,5 +9,6 @@ COMMENT= Instances of numeric classes for functions and tuples LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include -- cgit