dev-haskell/tasty-rerun: fix DESCRIPTION length
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 May 2016 21:14:07 +0000 (22:14 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000 (09:48 +0100)
Package-Manager: portage-2.2.28

dev-haskell/tasty-rerun/tasty-rerun-1.1.5.ebuild

index fea00b241b470a5b4a5f80e88636769183adf329..20e41d4ca6804a558aeb16cae8d687d2a69607b7 100644 (file)
@@ -9,7 +9,7 @@ EAPI=5
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
-DESCRIPTION="Run tests by filtering the test tree depending on the result of previous test runs"
+DESCRIPTION="Run tests by filtering the tests depending on the result of previous runs"
 HOMEPAGE="https://github.com/ocharles/tasty-rerun"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"