Skip to content

Commit

Permalink
devel/hs-hls-install: Adapt to recent USES=cabal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed May 19, 2021
1 parent 08f5762 commit 9798650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/hs-hls-install/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9798650

Please sign in to comment.