diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 13:49:07 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 13:49:07 +0000 |
commit | 3f4fcbd38f77fefdd9b199eaeb015582d2219a54 (patch) | |
tree | 519c02d9b58831da082bb85bd9b6d3168a82cac9 /dev-haskell/mtl | |
parent | dev-haskell/quickcheck: update to EAPI=7 (diff) | |
download | gentoo-3f4fcbd38f77fefdd9b199eaeb015582d2219a54.tar.gz gentoo-3f4fcbd38f77fefdd9b199eaeb015582d2219a54.tar.bz2 gentoo-3f4fcbd38f77fefdd9b199eaeb015582d2219a54.zip |
dev-haskell/mtl: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r-- | dev-haskell/mtl/mtl-2.1.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-2.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-2.2.1.ebuild | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-haskell/mtl/mtl-2.1.3.1.ebuild b/dev-haskell/mtl/mtl-2.1.3.1.ebuild index d8e5251d6c26..e73112af538b 100644 --- a/dev-haskell/mtl/mtl-2.1.3.1.ebuild +++ b/dev-haskell/mtl/mtl-2.1.3.1.ebuild @@ -1,7 +1,7 @@ # 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.3.6.9999 diff --git a/dev-haskell/mtl/mtl-2.2.1-r1.ebuild b/dev-haskell/mtl/mtl-2.2.1-r1.ebuild index db020fa38a31..8e3bf51e9387 100644 --- a/dev-haskell/mtl/mtl-2.2.1-r1.ebuild +++ b/dev-haskell/mtl/mtl-2.2.1-r1.ebuild @@ -1,7 +1,7 @@ -# 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.6.9999 @@ -25,6 +25,8 @@ DEPEND="${RDEPEND} " src_prepare() { + default + cabal_chdeps \ 'transformers == 0.4.*' 'transformers >= 0.4' } diff --git a/dev-haskell/mtl/mtl-2.2.1.ebuild b/dev-haskell/mtl/mtl-2.2.1.ebuild index cbebad8cfef7..69995a0c3c13 100644 --- a/dev-haskell/mtl/mtl-2.2.1.ebuild +++ b/dev-haskell/mtl/mtl-2.2.1.ebuild @@ -1,7 +1,7 @@ -# 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.2.9999 |