Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2021 14:15:23 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 979865053baf - main - devel/hs-hls-install: Adapt to recent USES=cabal changes
Message-ID:  <202105191415.14JEFNux028043@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=979865053baf1fb1f5c1438dcae5ac7784e62b0a

commit 979865053baf1fb1f5c1438dcae5ac7784e62b0a
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-05-19 08:21:40 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-05-19 14:13:52 +0000

    devel/hs-hls-install: Adapt to recent USES=cabal changes
---
 devel/hs-hls-install/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/hs-hls-install/Makefile b/devel/hs-hls-install/Makefile
index 58dbf37db7c2..efb655cef2ea 100644
--- a/devel/hs-hls-install/Makefile
+++ b/devel/hs-hls-install/Makefile
@@ -65,11 +65,12 @@ USE_CABAL=	Cabal-3.4.0.0 \
 		vector-0.12.3.0 \
 		vector-binary-instances-0.2.5.2
 
+CABAL_PROJECT=	remove
+
 WRKSRC_SUBDIR=	install
 NOT_FOR_ARCHS=	i386
 
 post-extract:
-	${RM} ${WRKSRC}/cabal.project
 	echo "executable hls-install" >> ${WRKSRC}/hls-install.cabal
 	echo "  main-is: ../install.hs" >> ${WRKSRC}/hls-install.cabal
 	echo "  build-depends: hls-install"  >> ${WRKSRC}/hls-install.cabal


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105191415.14JEFNux028043>