Skip to content

Commit

Permalink
dev-haskell/threads: bump up to 0.5.1.4
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
qnikst committed Jun 10, 2016
1 parent 66faa8a commit d590ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/threads/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST threads-0.5.1.3.tar.gz 7239 SHA256 02bd4c7597f77d0d5064db4031547cd7b4989f453c77d520223ba2b1b9846411 SHA512 1fc63f892598310537deedb090b263d04f37c1ddba0bbe7f4f9833b1077995d64b020463bc6db47d1d4e6cc5f2b560a3ee3584399800a0ffb9354eb4ad7d783b WHIRLPOOL 87a299bdc6d830c3c4d585c93d1bc859159f697328beba394a64affc25a0d4b166deb6e7019c4a245d14ad86aa6a1035de93f2dd0e637c6ee4f0379543cc8d5a
DIST threads-0.5.1.4.tar.gz 7395 SHA256 d3b805b743cc7c0bce2a9b142f45bb1ad07e7bd6c2bd97a5fc442c007276febd SHA512 4fcce77d88bf5eeb0ef172efec8525327ae11739c89a7d31b775ed686ad943aecb53f8140539262fdc8992b338943e9f905ebf97bc7c01312a12a88ac4c08129 WHIRLPOOL ea857f2771445d62ff65630753748312b7b300e20495ccab2737814b5a8cb3f641eea80fe591f60241292cf4545d853bf97ed3da138b7a579f4a7861775bfd77
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

# ebuild generated by hackport 0.4.4.9999
# ebuild generated by hackport 0.4.7.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -24,13 +24,7 @@ RDEPEND=">=dev-haskell/stm-2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.9.2
test? ( >=dev-haskell/concurrent-extra-0.5.1 <dev-haskell/concurrent-extra-0.8
>=dev-haskell/hunit-1.2.2
>=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.4
>=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4 )
"

src_prepare() {
cabal_chdeps \
'HUnit >= 1.2.2 && < 1.3' 'HUnit >= 1.2.2' \
'base >= 4.4 && < 4.9' 'base >= 4.4'
}

0 comments on commit d590ae8

Please sign in to comment.