On 2015-10-22 at 05:10, quoth [email protected]: >> + (arguments `(#:tests? #f)) ; FIXME: ghc-test-framework unavailable >> + (propagated-inputs >> + `(("ghc-scientific" ,ghc-scientific))) >> + (inputs >> + `( >> + ("ghc-text" ,ghc-text) > > Move this onto the previous line.
Done. That slipped by me...
> `~Eric
>
>> + ("ghc-quickcheck" ,ghc-quickcheck)
>> + ("ghc-quickcheck-unicode" ,ghc-quickcheck-unicode)
I also removed these test-only inputs.
