From: Eric Bavier <ericbav...@openmailbox.org> > * gnu/packages/haskell.scm (ghc-bytestring-builder): New variable. > --- > gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 620a842..9b23f38 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -2445,6 +2445,32 @@ or timeout period. This package provides alternative > functions which use the > unbounded @code{Integer} type.") > (license bsd-3))) > > +(define-public ghc-bytestring-builder > + (package [...] > + (arguments `(#:haddock? #f)) ; FIXME: testing framework unavailable
Did you mean '#:tests? #f'? or is the comment incorrect? `~Eric