guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/12: gnu: ghc-quickcheck-classes-base: Fix typo.


From: guix-commits
Subject: 08/12: gnu: ghc-quickcheck-classes-base: Fix typo.
Date: Sun, 14 Nov 2021 21:25:13 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 4b7517cee18e782d04907bb1caf3cd95891bd32f
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun Nov 14 17:50:49 2021 -0800

    gnu: ghc-quickcheck-classes-base: Fix typo.
    
    * gnu/packages/emacs-xyz.scm (ghc-quickcheck-classes-base)[description]: Fix
      spelling of "library"
---
 gnu/packages/haskell-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 04d9ff6..90ef323 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -1120,7 +1120,7 @@ examples and more information.")
     (home-page "https://github.com/andrewthad/quickcheck-classes#readme";)
     (synopsis "QuickCheck common typeclasses from `base`")
     (description
-      "This libary is a minimal variant of `quickcheck-classes`
+      "This library is a minimal variant of `quickcheck-classes`
 that only provides laws for typeclasses from `base`. The main
 purpose of splitting this out is so that `primitive` can depend
 on `quickcheck-classes-base` in its test suite, avoiding the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]