diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:22:26 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:46 -0700 |
commit | 3c7b65098b93b28a575cde869323d3c4338ba9bf (patch) | |
tree | dd8d89d6de185b96582efb016e5db09e7e7fb72f /gnu/packages/haskell-check.scm | |
parent | f0b32cea6bdef401e77c9bb051ea6b7defac8157 (diff) | |
download | guix-3c7b65098b93b28a575cde869323d3c4338ba9bf.tar guix-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.scm | 2 |
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))) |