From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Fwd: 03/03: sort haskell-xyz Date: Thu, 15 Aug 2019 07:57:30 +0200 Message-ID: <871rxnug1h.fsf@elephly.net> References: <20190814220836.29541.28546@vcs0.savannah.gnu.org> <20190814220838.8D6FE20A0E@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46531) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hy8lc-0005ai-4J for guix-devel@gnu.org; Thu, 15 Aug 2019 01:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hy8lb-0007ba-6i for guix-devel@gnu.org; Thu, 15 Aug 2019 01:57:44 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21285) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hy8la-0007YR-Sw for guix-devel@gnu.org; Thu, 15 Aug 2019 01:57:43 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Robert Vollmert Cc: guix-devel@gnu.org Hi, guix-commits@gnu.org writes: > rob pushed a commit to branch wip-haskell-updates > in repository guix. > > commit e88776b829391b941ebcbc55a0fd7104c51c4992 > Author: Robert Vollmert > Date: Thu Aug 15 00:06:20 2019 +0200 > > sort haskell-xyz > --- > gnu/packages/haskell-xyz.scm | 16003 +++++++++++++++++++++-------------------- > 1 file changed, 8003 insertions(+), 8000 deletions(-) I would advise against this kind of change. It affects a lot of packages (which muddies the git log) but really has very little benefit. An alphabetic ordering is not necessarily better than a historical ordering or a topological ordering. -- Ricardo