diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-25 10:23:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-25 11:31:53 +0100 |
commit | 4ec4cd9f8e23d0d653381e7367890cc51c666f51 (patch) | |
tree | 35fa522da9df1416eaa1a3584eb1c5476c72880b /dev-haskell/parallel-io | |
parent | dev-haskell/open-browser: update to EAPI=8 (diff) | |
download | gentoo-4ec4cd9f8e23d0d653381e7367890cc51c666f51.tar.gz gentoo-4ec4cd9f8e23d0d653381e7367890cc51c666f51.tar.bz2 gentoo-4ec4cd9f8e23d0d653381e7367890cc51c666f51.zip |
dev-haskell/parallel-io: update to EAPI=8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/parallel-io')
-rw-r--r-- | dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild b/dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild index 35205a237ba4..960d1f046d6a 100644 --- a/dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild +++ b/dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal |