From: Eric Bavier <ericbav...@openmailbox.org> > * gnu/packages/haskell.scm (ghc-pcre-light): New variable. > --- > gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) [...] > + (synopsis > + "Efficient and portable Perl-compatible regex library")
In order to disambiguate with other pcre libraries, how about: "Haskell library for Perl 5 compatible regular expressions" > + (description > + "This package provides a small, efficient and portable regex library for We tend to make use of the Oxford comma. --------^ `~Eric