On 2015-10-22 at 05:18, quoth ericbav...@openmailbox.org: >> + (arguments `(#:tests? #f)) ; FIXME: Missing test libraries. >> + (inputs >> + `(("ghc-text" ,ghc-text) >> + ("ghc-hunit" ,ghc-hunit) >> + ("ghc-quickcheck" ,ghc-quickcheck) >> + ("ghc-utf8-string" ,ghc-utf8-string))) > > The ghc-hunit and ghc-quickcheck inputs can be removed because #:tests? #f. > The ghc-text and ghc-utf8-string inputs should probably be propagated.
Done.