all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#37227] [PATCH 0/4] Move Haskell packages to “haskell-xyz”
@ 2019-08-30  4:16 Timothy Sample
  2019-08-30  4:27 ` [bug#37227] [PATCH 1/4] gnu: Move application packages out of haskell.scm Timothy Sample
  2019-08-31 14:34 ` bug#37227: [PATCH 0/4] Move Haskell packages to “haskell-xyz” Timothy Sample
  0 siblings, 2 replies; 5+ messages in thread
From: Timothy Sample @ 2019-08-30  4:16 UTC (permalink / raw)
  To: 37227

Hi Guix,

This is Robert’s patch that moves all of the Haskell libraries and
applications out of “haskell.scm” and leaves only Haskell compilers.  I
factored it out into four commits to make it a little easier to follow.

It’s all pretty straight forward package moving, and it has already been
examined by Robert and myself.  Nevertheless, I want to confirm that we
are all still on board with the move to “haskell-xyz” and that the
commits are clear enough.  (I’m pretty confident, so if no one pipes up
I’ll push it in a few days.)

Here’s the summary:

Robert Vollmert (4):
  gnu: Move application packages out of haskell.scm.
  gnu: cabal-doctest: Move to haskell-check.scm.
  gnu: Move non-compilers out of haskell.scm.
  gnu: Move Haskell SDL 2 packages to haskell-xyz.scm.

 gnu/packages/agda.scm           |     2 +-
 gnu/packages/bioconductor.scm   |     2 +-
 gnu/packages/bioinformatics.scm |     2 +-
 gnu/packages/cran.scm           |     2 +-
 gnu/packages/emacs-xyz.scm      |     2 +-
 gnu/packages/games.scm          |     1 +
 gnu/packages/graphics.scm       |     2 +-
 gnu/packages/haskell-apps.scm   |   246 +-
 gnu/packages/haskell-check.scm  |    27 +-
 gnu/packages/haskell-xyz.scm    | 11459 +++++++++++++++++++++++++++++-
 gnu/packages/haskell.scm        | 11292 +----------------------------
 gnu/packages/idris.scm          |     2 +-
 gnu/packages/statistics.scm     |     2 +-
 gnu/packages/wm.scm             |     2 +-
 14 files changed, 11535 insertions(+), 11508 deletions(-)

-- 
2.22.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-31 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30  4:16 [bug#37227] [PATCH 0/4] Move Haskell packages to “haskell-xyz” Timothy Sample
2019-08-30  4:27 ` [bug#37227] [PATCH 1/4] gnu: Move application packages out of haskell.scm Timothy Sample
2019-08-30  4:27   ` [bug#37227] [PATCH 2/4] gnu: cabal-doctest: Move to haskell-check.scm Timothy Sample
2019-08-30  4:27   ` [bug#37227] [PATCH 4/4] gnu: Move Haskell SDL 2 packages to haskell-xyz.scm Timothy Sample
2019-08-31 14:34 ` bug#37227: [PATCH 0/4] Move Haskell packages to “haskell-xyz” Timothy Sample

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.