diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:50:49 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:50:49 -0800 |
commit | 4b7517cee18e782d04907bb1caf3cd95891bd32f (patch) | |
tree | 8ca9ac6560415df778afe117642bdd02c1fb652a | |
parent | 34af64a8ccbd521038c8dc18cd981d6f59e86e37 (diff) | |
download | guix-4b7517cee18e782d04907bb1caf3cd95891bd32f.tar.gz |
gnu: ghc-quickcheck-classes-base: Fix typo.
* gnu/packages/emacs-xyz.scm (ghc-quickcheck-classes-base)[description]: Fix spelling of "library"
-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 04d9ff6253..90ef3236b6 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 |