On Thu, 15 Oct 2015 14:21:08 +0200
Paul van der Walt <[email protected]> wrote:
> * gnu/packages/haskell.scm (ghc-http): Update to 4000.2.20.
> ---
> gnu/packages/haskell.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 2b607d1..43bac2c 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
[...]
> (propagated-inputs
> - `(("ghc-parsec" ,ghc-parsec)
> + `(("ghc-old-time" ,ghc-old-time)
> + ("ghc-parsec" ,ghc-parsec)
> ("ghc-mtl" ,ghc-mtl)
> ("ghc-network" ,ghc-network)
> ("ghc-network-uri" ,ghc-network-uri)))
Please mention this new input in the commit message.
`~Eric