svn commit: r497473 - head/devel/hs-hspec

Gleb Popov arrowd at FreeBSD.org
Mon Apr 1 09:43:31 UTC 2019


Author: arrowd
Date: Mon Apr  1 09:43:30 2019
New Revision: 497473
URL: https://svnweb.freebsd.org/changeset/ports/497473

Log:
  devel/hs-hspec: Add deprecation notice.
  
  Differential Revision:	https://reviews.freebsd.org/D19244

Modified:
  head/devel/hs-hspec/Makefile

Modified: head/devel/hs-hspec/Makefile
==============================================================================
--- head/devel/hs-hspec/Makefile	Mon Apr  1 09:32:57 2019	(r497472)
+++ head/devel/hs-hspec/Makefile	Mon Apr  1 09:43:30 2019	(r497473)
@@ -10,6 +10,9 @@ COMMENT=	Testing Framework for Haskell
 
 LICENSE=	MIT
 
+DEPRECATED=		Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell at FreeBSD.org
+EXPIRATION_DATE=	2019-04-14
+
 USE_CABAL=	hspec-core>=2.1.10 hspec-discover>=2.1.10 \
 		hspec-expectations>=0.7.1 HUnit>=1.2.5 QuickCheck>=2.5.1
 


More information about the svn-ports-head mailing list