From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: bug#35750: `guix import hackage` is unaware of metadata revisions Date: Wed, 15 May 2019 17:06:48 +0200 Message-ID: <90BC465C-95C6-4662-A6FA-96AC7A62BEB9@vllmrt.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQvVk-0000Zr-ER for bug-guix@gnu.org; Wed, 15 May 2019 11:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQvVi-0003ag-B1 for bug-guix@gnu.org; Wed, 15 May 2019 11:08:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39633) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQvVi-0003aZ-4S for bug-guix@gnu.org; Wed, 15 May 2019 11:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQvVh-0007QZ-Tq for bug-guix@gnu.org; Wed, 15 May 2019 11:08:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:40436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQvUg-0008Lx-2i for bug-guix@gnu.org; Wed, 15 May 2019 11:07:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQvUf-0002gf-AW for bug-guix@gnu.org; Wed, 15 May 2019 11:06:58 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:26202) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQvUf-0002eJ-4H for bug-guix@gnu.org; Wed, 15 May 2019 11:06:57 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 0B92D4EB88 for ; Wed, 15 May 2019 17:06:53 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id ANVLHJ-l6-ZE for ; Wed, 15 May 2019 17:06:48 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35750@debbugs.gnu.org As far as I can tell, `guix import hackage` imports the first revision = of a hackage release. I suggest aiming to import the latest cabal revision from hackage, as already supported by haskell-build-system via the #:cabal-version argument. In the meantime, documenting this in the `guix import hackage` = documentation would be much appreciated, it took me quite a long time to figure out = what was going wrong here.