diff options
Diffstat (limited to 'devel/hs-project-template/Makefile')
-rw-r--r-- | devel/hs-project-template/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile index ce859568b425..91573a029227 100644 --- a/devel/hs-project-template/Makefile +++ b/devel/hs-project-template/Makefile @@ -14,5 +14,6 @@ USE_CABAL= base64-bytestring base64-conduit classy-prelude>=0.4 \ conduit>=0.5.4 mtl>=2.0 resourcet>=0.4.3 system-fileio>=0.3 \ system-filepath>=0.4 text>=0.11 transformers>=0.2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |