From: Eric Bavier <ericbav...@openmailbox.org> > * gnu/packages/haskell.scm (ghc-uniplate): New variable. > --- > gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 4246b64..50da7ff 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -1381,6 +1381,34 @@ optimized for performance critical use, both in terms > of large data quantities > and high speed.") > (license bsd-3))) > > +(define-public ghc-uniplate > + (package [...] > + (synopsis > + "Help writing simple, concise and fast generic operations")
How about: "Simple, concise, and fast generic operations" > + (description "Uniplate is library for writing simple and concise generic Uniplate is _a_ library... > +operations. Uniplate has similar goals to the original Scrap Your > Boilerplate > +work, but is substantially simpler and faster.") ^---- I believe this comma is grammatically unnecessary. `~Eric