diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-25 23:49:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-25 23:49:23 +0800 |
commit | 2f5a0378d83070b48d89cf1a08ae95d9fdcb8263 (patch) | |
tree | ab1b52b8ed1829295c88970f1b92c1269d3744ce /converters/hs-sandi | |
parent | eada0570f19a9cd14b0ff2803d29810452f1bb92 (diff) | |
download | freebsd-ports-gnome-2f5a0378d83070b48d89cf1a08ae95d9fdcb8263.tar.gz freebsd-ports-gnome-2f5a0378d83070b48d89cf1a08ae95d9fdcb8263.tar.zst freebsd-ports-gnome-2f5a0378d83070b48d89cf1a08ae95d9fdcb8263.zip |
- 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
Diffstat (limited to 'converters/hs-sandi')
-rw-r--r-- | converters/hs-sandi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile index e95f7c3bdc0d..db3458f7b68d 100644 --- a/converters/hs-sandi/Makefile +++ b/converters/hs-sandi/Makefile @@ -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" |