From: Eric Bavier <ericbav...@openmailbox.org> > * gnu/packages/haskell.scm (ghc-tasty-golden): New variable. > --- > gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index e017595..ccfb087 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -2877,6 +2877,41 @@ It is modeled after doctest for Python, see > Haskell test framework.") > (license expat))) > > +(define-public ghc-tasty-golden > + (package [...] > + (description > + "This package provides support for «golden testing». A golden test is > an
It might be best to use standard quotes here, rather than the guillemets, and let translators handle localization. WDYT? `~Eric