diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:33:06 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:53:03 -0800 |
commit | 0861388f8db20da925581c2772d8b02740a7d694 (patch) | |
tree | e324ea6852dde1eb383de8281d68463159d79682 /gnu/packages/haskell-xyz.scm | |
parent | 4d2669ace8df1ff4ae974b63bec273412042056f (diff) |
gnu: ghc-semialign: Fix trailing whitespace in synopsis.
* gnu/packages/haskell-xyz.scm (ghc-semialign)[synopsis]: Fix trailing
whitespace.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-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 75c91acc5d..e88e42843e 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -11289,7 +11289,7 @@ a memory chunk that will be auto-scrubbed after it run out of scope.") (home-page "https://github.com/isomorphism/these") (synopsis - "Align and Zip type-classes from the common Semialign ancestor ") + "Align and Zip type-classes from the common Semialign ancestor") (description "The major use of @code{These} of this is provided by the @code{align} member of @code{Semialign} class, representing a |