- Add mutual runtime conflicts between hs-dataenc and hs-sandi

If these both are installed, haskell fails to use modules from any of them:

    Ambiguous interface for `Codec.Binary.Base64':
      it was found in multiple packages: dataenc-0.14.0.7 sandi-0.4.0

PR:		224192
Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-12-25 15:49:23 +00:00
parent a05d0735a7
commit 59b4f077b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457241
2 changed files with 4 additions and 0 deletions

View file

@ -10,5 +10,7 @@ COMMENT= Data encoding library
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= hs-sandi-[0-9]*
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -9,6 +9,8 @@ COMMENT= Data encoding library
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= hs-dataenc-[0-9]*
USE_CABAL= conduit exceptions stringsearch
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"