From: Harri Nieminen Date: Sat, 1 Apr 2017 17:06:57 +0000 (+0300) Subject: dev-haskell/bifunctors: fix CrappyDescription X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41f009bbe7175597539cdbac25051c22aabdedac;p=gentoo.git dev-haskell/bifunctors: fix CrappyDescription Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-haskell/bifunctors/bifunctors-3.2.0.1.ebuild b/dev-haskell/bifunctors/bifunctors-3.2.0.1.ebuild index 2a0cf4e896a6..b66d19560331 100644 --- a/dev-haskell/bifunctors/bifunctors-3.2.0.1.ebuild +++ b/dev-haskell/bifunctors/bifunctors-3.2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ EAPI=5 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Haskell 98 bifunctors" +DESCRIPTION="Haskell 98 bifunctors, bifoldables and bitraversables" HOMEPAGE="https://github.com/ekmett/bifunctors/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" diff --git a/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild b/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild index ed9c5e77f8c6..d22c9bcd1cee 100644 --- a/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild +++ b/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild @@ -8,7 +8,7 @@ EAPI=6 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Bifunctors" +DESCRIPTION="Haskell 98 bifunctors, bifoldables and bitraversables" HOMEPAGE="https://github.com/ekmett/bifunctors/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"