diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:06:57 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:51:59 +0200 |
commit | 41f009bbe7175597539cdbac25051c22aabdedac (patch) | |
tree | aca624cbd1c16f34888078815c76e1099deaf344 /dev-haskell/bifunctors | |
parent | dev-haskell/kan-extensions: fix toolong DESCRIPTION. (diff) | |
download | gentoo-41f009bbe7175597539cdbac25051c22aabdedac.tar.gz gentoo-41f009bbe7175597539cdbac25051c22aabdedac.tar.bz2 gentoo-41f009bbe7175597539cdbac25051c22aabdedac.zip |
dev-haskell/bifunctors: fix CrappyDescription
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/bifunctors')
-rw-r--r-- | dev-haskell/bifunctors/bifunctors-3.2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/bifunctors/bifunctors-5.4.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
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" |