Re: [PATCH 23/42] gnu: ghc-fgl: Update to 5.5.3.0.

2016-09-20 Thread Leo Famulari
On Sun, Sep 18, 2016 at 04:10:03PM +, ng0 wrote: > * gnu/packages/haskell.scm (ghc-fgl): Update to 5.5.3.0. This should mention the new inputs. I made this change locally. > +(inputs > + `(("ghc-mtl" ,ghc-mtl) > + ("ghc-hspec" ,ghc-hspec) > + ("ghc-quickcheck" ,ghc-quickch

[PATCH 23/42] gnu: ghc-fgl: Update to 5.5.3.0.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-fgl): Update to 5.5.3.0. --- gnu/packages/haskell.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1633585..758756d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/has