From 45b20fc03c50f4c615e7d597f449b39e701d92d7 Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Wed, 6 Jan 2021 23:17:14 -0500 Subject: [PATCH] dev-haskell/binary-instances: bump to 1.0.1, allows newer aeson test was previously restricted in 1.0.0.1 due to an upstream issue in ghc/text[1]. While the issue remains open, I have succesufully compiled the test suite for binary-instances-1.0.1, and it seems to pass all tests. [1]: https://github.com/haskell/text/issues/277 Signed-off-by: Wolfgang E. Sanyer --- .../binary-instances/binary-instances-1.0.1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-haskell/binary-instances/binary-instances-1.0.1.ebuild b/dev-haskell/binary-instances/binary-instances-1.0.1.ebuild index ad3d7373df2..ca1b499cbe6 100644 --- a/dev-haskell/binary-instances/binary-instances-1.0.1.ebuild +++ b/dev-haskell/binary-instances/binary-instances-1.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 # ebuild generated by hackport 0.6.7.9999 -CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Orphan instances for binary" @@ -17,8 +17,6 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT=test # Needs fix in ghc/text: https://github.com/haskell/text/issues/277 - RDEPEND=">=dev-haskell/aeson-0.7.0.6:=[profile?] =dev-haskell/binary-orphans-1.0.1:=[profile?] =dev-haskell/case-insensitive-1.2.0.4:=[profile?] =dev-haskell/quickcheck-2.13.1 =dev-haskell/quickcheck-instances-0.3.25 =dev-haskell/tasty-0.10.1.2 =dev-haskell/tasty-quickcheck-0.8.3.2