From 2a50a00b429131ed0b46af4aa35d069ab9b79056 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 22 Sep 2018 08:13:53 +0000 Subject: Deprecate ports that don't build with recent GHC version --- security/hs-certificate/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security/hs-certificate/Makefile') diff --git a/security/hs-certificate/Makefile b/security/hs-certificate/Makefile index 0dc0fc14de9c..556b0f09d291 100644 --- a/security/hs-certificate/Makefile +++ b/security/hs-certificate/Makefile @@ -21,6 +21,8 @@ EXECUTABLE_FLAG_CABAL= cmdargs text>=0.11 cryptohash crypto-pubkey EXECUTABLE_FLAG_EXECUTABLE= certificate IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include -- cgit