gnu: ghc-smallcheck: Fix grammar of "allows to verify" to "verifies".

* gnu/packages/haskell-xyz (ghc-smallcheck): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 14:00:42 -07:00
parent 60738bdc59
commit a84be333dd
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -10780,7 +10780,7 @@ (define-public ghc-smallcheck
(home-page
"https://github.com/feuerbach/smallcheck")
(synopsis "Property-based testing library")
(description "SmallCheck is a testing library that allows to verify
(description "SmallCheck is a testing library that verifies
properties for all test cases up to some depth. The test cases are generated
automatically by SmallCheck.")
(license license:bsd-3)))