From 0861388f8db20da925581c2772d8b02740a7d694 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 30 Dec 2021 00:33:06 -0800 Subject: gnu: ghc-semialign: Fix trailing whitespace in synopsis. * gnu/packages/haskell-xyz.scm (ghc-semialign)[synopsis]: Fix trailing whitespace. --- gnu/packages/haskell-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3