gnu: ghc-quickcheck-classes-base: Fix typo.
* gnu/packages/emacs-xyz.scm (ghc-quickcheck-classes-base)[description]: Fix spelling of "library"master
parent
34af64a8cc
commit
4b7517cee1
|
@ -1120,7 +1120,7 @@ examples and more information.")
|
||||||
(home-page "https://github.com/andrewthad/quickcheck-classes#readme")
|
(home-page "https://github.com/andrewthad/quickcheck-classes#readme")
|
||||||
(synopsis "QuickCheck common typeclasses from `base`")
|
(synopsis "QuickCheck common typeclasses from `base`")
|
||||||
(description
|
(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
|
that only provides laws for typeclasses from `base`. The main
|
||||||
purpose of splitting this out is so that `primitive` can depend
|
purpose of splitting this out is so that `primitive` can depend
|
||||||
on `quickcheck-classes-base` in its test suite, avoiding the
|
on `quickcheck-classes-base` in its test suite, avoiding the
|
||||||
|
|
Reference in New Issue