Message ID | 20200805155420.19865-1-brown121407@posteo.ro |
---|---|
Headers | show |
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
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?