Skip to content

Commit

Permalink
dev-haskell/hashtables: simplify ranged depend
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
Sergei Trofimovich committed Apr 22, 2016
1 parent 7ca4486 commit 2ee2913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ IUSE="bounds-checking debug portable cpu_flags_x86_sse4_1 +unsafe-tricks"
RDEPEND="dev-haskell/primitive:=[profile?]
>=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
>=dev-lang/ghc-6.10.4:=
|| ( ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.2:=[profile?] )
( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
>=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
Expand Down
3 changes: 1 addition & 2 deletions dev-haskell/hashtables/hashtables-1.2.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ IUSE="bounds-checking cpu_flags_x86_sse4_2 debug portable +unsafe-tricks"
RDEPEND="dev-haskell/primitive:=[profile?]
>=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
>=dev-lang/ghc-7.4.1:=
|| ( ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.2:=[profile?] )
( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
>=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
Expand Down

0 comments on commit 2ee2913

Please sign in to comment.