Skip to content

Commit

Permalink
dev-haskell/hackage-security: enable tests, use newer quickcheck
Browse files Browse the repository at this point in the history
There is an [open PR upstream][1] for bumping QuickCheck.

[1]: haskell/hackage-security#244

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
  • Loading branch information
ezzieyguywuf committed Jan 12, 2021
1 parent bc3c817 commit 2a6b746
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev-haskell/hackage-security/hackage-security-0.6.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RESTRICT=test

RDEPEND=">=dev-haskell/base16-bytestring-0.1.1:=[profile?] <dev-haskell/base16-bytestring-0.2:=[profile?]
>=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.2:=[profile?]
>=dev-haskell/cryptohash-sha256-0.11:=[profile?] <dev-haskell/cryptohash-sha256-0.12:=[profile?]
Expand All @@ -46,6 +44,12 @@ DEPEND="${RDEPEND}
>=dev-haskell/unordered-containers-0.2.8.0 <dev-haskell/unordered-containers-0.3
>=dev-haskell/vector-0.12 <dev-haskell/vector-0.13 )
"
src_prepare() {
default

cabal_chdeps \
'QuickCheck >= 2.11 && <2.14' 'QuickCheck >= 2.11'
}

src_configure() {
haskell-cabal_src_configure \
Expand Down

0 comments on commit 2a6b746

Please sign in to comment.