From: Eric Bavier <ericbav...@openmailbox.org> > * gnu/packages/haskell.scm (ghc-xml): New variable. > --- > gnu/packages/haskell.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 28a65fb..ff11c1b 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -1085,6 +1085,27 @@ Transformers\" available > @uref{http://okmij.org/ftp/papers/LogicT.pdf, > online}.") > (license bsd-3))) > > +(define-public ghc-xml > + (package [...] > + (inputs `(("ghc-text" ,ghc-text)))
This input should probably be propagated. `~Eric