diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-25 09:44:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-25 09:45:41 +0100 |
commit | 1fff48459e3de1c9e4e36a71649101b6ba5ee979 (patch) | |
tree | cae26f524551e49fb4ea17d55cf8d42a4f799d2d /dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild | |
parent | dev-haskell/open-browser: drop obsolete CABAL_FEATURES=bin (diff) | |
download | gentoo-1fff48459e3de1c9e4e36a71649101b6ba5ee979.tar.gz gentoo-1fff48459e3de1c9e4e36a71649101b6ba5ee979.tar.bz2 gentoo-1fff48459e3de1c9e4e36a71649101b6ba5ee979.zip |
dev-haskell/parallel-io: drop obsolete CABAL_FEATURES=bin
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/parallel-io-0.3.3-r3.ebuild')
-rw-r--r-- | dev-haskell/parallel-io/parallel-io-0.3.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 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 1e8265804853..35205a237ba4 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,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Combinators for executing IO actions in parallel on a thread pool" |