summaryrefslogtreecommitdiff
path: root/dev-haskell/bifunctors
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-04-01 20:06:57 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-04-08 23:51:59 +0200
commit41f009bbe7175597539cdbac25051c22aabdedac (patch)
treeaca624cbd1c16f34888078815c76e1099deaf344 /dev-haskell/bifunctors
parentab8185fceac808f4198a72d169b3158d0e1d0eab (diff)
downloadgentoo-41f009bbe7175597539cdbac25051c22aabdedac.tar.gz
gentoo-41f009bbe7175597539cdbac25051c22aabdedac.tar.xz
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.ebuild4
-rw-r--r--dev-haskell/bifunctors/bifunctors-5.4.1.ebuild2
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 2a0cf4e896a..b66d1956033 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 ed9c5e77f8c..d22c9bcd1ce 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"