aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-convertible
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-03-31 01:39:36 +0800
committertcberner <tcberner@FreeBSD.org>2019-03-31 01:39:36 +0800
commitf84f90dc28e919d64b4c426d0e00e337a41d9f86 (patch)
treec8099d50b52c68c614a102b5d8f340a42015134b /devel/hs-convertible
parent5af281f5f6f515e77de0c7a937dc3d2147b2f1db (diff)
downloadfreebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.tar.gz
freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.tar.zst
freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.zip
Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244
Diffstat (limited to 'devel/hs-convertible')
-rw-r--r--devel/hs-convertible/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-convertible/Makefile b/devel/hs-convertible/Makefile
index 59954aeef9ef..b68480d6e03c 100644
--- a/devel/hs-convertible/Makefile
+++ b/devel/hs-convertible/Makefile
@@ -11,6 +11,9 @@ COMMENT= Typeclasses and instances for converting between types
LICENSE= BSD3CLAUSE
+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@FreeBSD.org
+EXPIRATION_DATE= 2019-04-14
+
USE_CABAL= mtl old-locale old-time
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"