Skip to content

Commit

Permalink
dev-haskell/binary-instances: bump to 1.0.1, allows newer aeson
Browse files Browse the repository at this point in the history
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]: haskell/text#277

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
  • Loading branch information
ezzieyguywuf committed Jan 7, 2021
1 parent 1762368 commit 45b20fc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions dev-haskell/binary-instances/binary-instances-1.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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/aeson-1.6:=[profile?]
>=dev-haskell/binary-orphans-1.0.1:=[profile?] <dev-haskell/binary-orphans-1.1:=[profile?]
>=dev-haskell/case-insensitive-1.2.0.4:=[profile?] <dev-haskell/case-insensitive-1.2.2:=[profile?]
Expand All @@ -35,8 +33,8 @@ RDEPEND=">=dev-haskell/aeson-0.7.0.6:=[profile?] <dev-haskell/aeson-1.6:=[profil
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
test? ( >=dev-haskell/quickcheck-2.13.1 <dev-haskell/quickcheck-2.15
>=dev-haskell/quickcheck-instances-0.3.25 <dev-haskell/quickcheck-instances-0.4
>=dev-haskell/tasty-0.10.1.2 <dev-haskell/tasty-1.4
>=dev-haskell/tasty-quickcheck-0.8.3.2 <dev-haskell/tasty-quickcheck-0.11 )
"
# test? ( >=dev-haskell/quickcheck-2.13.1 <dev-haskell/quickcheck-2.15
# >=dev-haskell/quickcheck-instances-0.3.25 <dev-haskell/quickcheck-instances-0.4
# >=dev-haskell/tasty-0.10.1.2 <dev-haskell/tasty-1.4
# >=dev-haskell/tasty-quickcheck-0.8.3.2 <dev-haskell/tasty-quickcheck-0.11 )

0 comments on commit 45b20fc

Please sign in to comment.