summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-21 07:54:15 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-21 07:54:15 +0100
commitcb98b47d7245874096151f4ad3c4bc51d9e0f416 (patch)
treef517dcc1cfe6dcec651dead590606530137e2a9d
parentdev-ruby/gettext_i18n_rails: cleanup (diff)
downloadgentoo-cb98b47d7245874096151f4ad3c4bc51d9e0f416.tar.gz
gentoo-cb98b47d7245874096151f4ad3c4bc51d9e0f416.tar.bz2
gentoo-cb98b47d7245874096151f4ad3c4bc51d9e0f416.zip
dev-haskell/text-icu: disable broken tests
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736246 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/text-icu/text-icu-0.7.0.1.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild
index 8a80dc6427ad..aa4d52eec2fb 100644
--- a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild
+++ b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
# ebuild generated by hackport 0.4.4.9999
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken: test-suite
inherit haskell-cabal
DESCRIPTION="Bindings to the ICU library"
@@ -17,16 +17,13 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RESTRICT=test # QuickCheck occasionally finds counterexamples
+# and fails to build: Duplicate instance declarations: instance NFData Ordering
+
RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?]
>=dev-lang/ghc-7.4.1:=
dev-libs/icu:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/hunit-1.2
- >=dev-haskell/quickcheck-2.4
- dev-haskell/random
- >=dev-haskell/test-framework-0.4
- >=dev-haskell/test-framework-hunit-0.2
- >=dev-haskell/test-framework-quickcheck2-0.2 )
"