mbox series

[bug#42722,0/4] Add some Haskell packages.

Message ID 20200805155420.19865-1-brown121407@posteo.ro
Headers show
Series Add some Haskell packages. | expand

Message

Alexandru-Sergiu Marton Aug. 5, 2020, 3:54 p.m. UTC
Those patches add some new Haskell packages.

Alexandru-Sergiu Marton (4):
  gnu: Add ghc-quickcheck-text.
  gnu: Add ghc-text-short.
  gnu: Add ghc-deferred-folds.
  gnu: Add ghc-mtl-prelude.

 gnu/packages/haskell-check.scm |  28 +++++++++
 gnu/packages/haskell-xyz.scm   | 108 +++++++++++++++++++++++++++++++++
 2 files changed, 136 insertions(+)

Comments

Brett Gilio Aug. 7, 2020, 6:12 p.m. UTC | #1
Alexandru-Sergiu Marton <brown121407@posteo.ro> writes:

> Those patches add some new Haskell packages.
>
> Alexandru-Sergiu Marton (4):
>   gnu: Add ghc-quickcheck-text.
>   gnu: Add ghc-text-short.
>   gnu: Add ghc-deferred-folds.
>   gnu: Add ghc-mtl-prelude.
>
>  gnu/packages/haskell-check.scm |  28 +++++++++
>  gnu/packages/haskell-xyz.scm   | 108 +++++++++++++++++++++++++++++++++
>  2 files changed, 136 insertions(+)

Hey Sergiu,

thanks for sharing these patches. There is currently a WIP Haskell merge
in discussion. I think it might be best to wait for that merge to be
decided if it is ready before merging your patches. If somebody else
feels differently, let me know.

Brett Gilio
Leo Famulari Dec. 15, 2020, 8:56 p.m. UTC | #2
On Fri, Aug 07, 2020 at 01:12:56PM -0500, Brett Gilio wrote:
> Alexandru-Sergiu Marton <brown121407@posteo.ro> writes:
> 
> > Those patches add some new Haskell packages.
> >
> > Alexandru-Sergiu Marton (4):
> >   gnu: Add ghc-quickcheck-text.
> >   gnu: Add ghc-text-short.
> >   gnu: Add ghc-deferred-folds.
> >   gnu: Add ghc-mtl-prelude.
> >
> >  gnu/packages/haskell-check.scm |  28 +++++++++
> >  gnu/packages/haskell-xyz.scm   | 108 +++++++++++++++++++++++++++++++++
> >  2 files changed, 136 insertions(+)
> 
> Hey Sergiu,
> 
> thanks for sharing these patches. There is currently a WIP Haskell merge
> in discussion. I think it might be best to wait for that merge to be
> decided if it is ready before merging your patches. If somebody else
> feels differently, let me know.

What is the status of these patches? Has the Haskell work been
completed?