aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-data-default-instances-old-locale
diff options
context:
space:
mode:
authorarrowd <arrowd@FreeBSD.org>2019-05-28 23:53:04 +0800
committerarrowd <arrowd@FreeBSD.org>2019-05-28 23:53:04 +0800
commit103af6baeb74bfea9efa230228c5c7ca48261bdf (patch)
treec0edf6d4d4a1642a3116f35602a4a8f5692c0503 /devel/hs-data-default-instances-old-locale
parent3797ffd307bd77a64c0b2f35193c49af272fe5e4 (diff)
downloadfreebsd-ports-gnome-103af6baeb74bfea9efa230228c5c7ca48261bdf.tar.gz
freebsd-ports-gnome-103af6baeb74bfea9efa230228c5c7ca48261bdf.tar.zst
freebsd-ports-gnome-103af6baeb74bfea9efa230228c5c7ca48261bdf.zip
Merge lang/ghcXXX ports into lang/ghc.
Remove OPTIONS support from library Haskell ports. Do not install documentation by library Haskell ports. Remove deprecation notice from library ports, that still needed. PR: 224083 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20247
Diffstat (limited to 'devel/hs-data-default-instances-old-locale')
-rw-r--r--devel/hs-data-default-instances-old-locale/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/hs-data-default-instances-old-locale/Makefile b/devel/hs-data-default-instances-old-locale/Makefile
index 9e126430e4aa..9680f4036347 100644
--- a/devel/hs-data-default-instances-old-locale/Makefile
+++ b/devel/hs-data-default-instances-old-locale/Makefile
@@ -2,7 +2,7 @@
PORTNAME= data-default-instances-old-locale
PORTVERSION= 0.0.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,9 +10,6 @@ COMMENT= Default instances for types in old-locale
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= data-default-class old-locale
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"