diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:30:00 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:07 -0800 |
| commit | 50162cc6cdbe84c3cc212dfee3ba898fd91bb419 (patch) | |
| tree | d88c0dbeb3669317f2120a3fc35cc4eb340b339b | |
| parent | 58f4183ac07a04aad4b550ef2d7dda8996faa06c (diff) | |
gnu: ghc-genvalidity-hspec: Fix trailing whitespace in description.
* gnu/packages/haskell-xyz.scm (ghc-genvalidity-hspec)[description]: Fix
trailing whitespace.
| -rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 77b15707a5c..e2f69d4cb6c 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -15389,7 +15389,7 @@ information.") (synopsis "Standard spec's for @code{GenValidity} instances") (description "This haskell library provides validity and validity-based testing for -@code{ghc-hspec}. ") +@code{ghc-hspec}.") (license license:expat))) (define-public ghc-boot-th |
