summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:22:26 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:08:46 -0700
commit3c7b65098b93b28a575cde869323d3c4338ba9bf (patch)
treedd8d89d6de185b96582efb016e5db09e7e7fb72f /gnu/packages/haskell-check.scm
parentf0b32cea6bdef401e77c9bb051ea6b7defac8157 (diff)
downloadguix-patches-3c7b65098b93b28a575cde869323d3c4338ba9bf.tar
guix-patches-3c7b65098b93b28a575cde869323d3c4338ba9bf.tar.gz
gnu: ghc-test-framework-quickcheck2: Fix typo "This package".
* gnu/packages/haskell-check (ghc-test-framework-quickcheck2)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index fa2bd0d652..550bb13a65 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -550,7 +550,7 @@ reporting and test statistics output.")
(home-page "https://batterseapower.github.io/test-framework/")
(synopsis "QuickCheck2 support for test-framework")
(description
- "This packages provides QuickCheck2 support for the test-framework
+ "This package provides QuickCheck2 support for the test-framework
package.")
(license license:bsd-3)))