From 1939733790629350b46f3c0c038a76b91c339b0e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 15 Mar 2016 07:38:49 +0100 Subject: [PATCH] ghc-bin: conflict with ghc-doc --- srcpkgs/ghc-bin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index a11ab118ec7..8fc9df45db4 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -11,7 +11,7 @@ license="BSD" homepage="http://www.haskell.org/ghc/" only_for_archs="i686 x86_64" nostrip=yes -conflicts="ghc>=0" +conflicts="ghc>=0 ghc-doc>=0" case "$XBPS_TARGET_MACHINE" in x86_64*) distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb8-linux.tar.xz"