diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 11:52:51 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 12:00:30 +0100 |
| commit | d167784446f7c16563280a6ba0d1dbb5c63612aa (patch) | |
| tree | c1fe09ce8227febdd31dc78133579b150525baab /dev-haskell/crypto-random/crypto-random-0.0.9.ebuild | |
| parent | e50e1430b9466b1d18e994cc5eb38f9f42585036 (diff) | |
| download | gentoo-d167784446f7c16563280a6ba0d1dbb5c63612aa.tar.gz gentoo-d167784446f7c16563280a6ba0d1dbb5c63612aa.tar.bz2 gentoo-d167784446f7c16563280a6ba0d1dbb5c63612aa.zip | |
dev-haskell/crypto-random: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/crypto-random/crypto-random-0.0.9.ebuild')
| -rw-r--r-- | dev-haskell/crypto-random/crypto-random-0.0.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild b/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild index 075a5fa7ad44..2e6583961759 100644 --- a/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild +++ b/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.4.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/securemem:=[profile?] - dev-haskell/vector:=[profile?] + >=dev-haskell/vector-0.7:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} |
