Re: [PATCH 1/2] gnu: Do not propagate inputs in haskell.scm.

2016-10-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/haskell.scm >> (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... >> [inputs]: ...to here; remove ghc-async, add ghc-directory, add >> ghc-transformers; move ghc-quickcheck, ghc-hspec... >> [native-inputs]: ...to

Re: [PATCH 1/2] gnu: Do not propagate inputs in haskell.scm.

2016-10-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/haskell.scm > (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... > [inputs]: ...to here; remove ghc-async, add ghc-directory, add > ghc-transformers; move ghc-quickcheck, ghc-hspec... > [native-inputs]: ...to here; add hspec-discover. [...] A

[PATCH 1/2] gnu: Do not propagate inputs in haskell.scm.

2016-10-01 Thread Federico Beffa
Ricardo Wurmus writes: > * gnu/packages/haskell.scm > (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... > [inputs]: ...to here; remove ghc-async, add ghc-directory, add > ghc-transformers; move ghc-quickcheck, ghc-hspec... > [native-inputs]: ...to here; add hspec-discover. > > (ghc-t

[PATCH 1/2] gnu: Do not propagate inputs in haskell.scm.

2016-10-01 Thread Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... [inputs]: ...to here; remove ghc-async, add ghc-directory, add ghc-transformers; move ghc-quickcheck, ghc-hspec... [native-inputs]: ...to here; add hspec-discover. (ghc-test-framework)[propagated-inputs]: Mov