From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdNEO-0006Zw-3H for guix-patches@gnu.org; Wed, 11 Jul 2018 18:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdNEN-0007oA-4q for guix-patches@gnu.org; Wed, 11 Jul 2018 18:05:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48124) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdNEN-0007o6-10 for guix-patches@gnu.org; Wed, 11 Jul 2018 18:05:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdNEL-0007PP-UH for guix-patches@gnu.org; Wed, 11 Jul 2018 18:05:02 -0400 Subject: [bug#32123] [PATCH v2 0/2] Improve Cabal importer. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180711004211.12490-1-dannym@scratchpost.org> <20180711202814.29178-1-dannym@scratchpost.org> Date: Thu, 12 Jul 2018 00:03:54 +0200 In-Reply-To: <20180711202814.29178-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 11 Jul 2018 22:28:12 +0200") Message-ID: <877em1ig51.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 32123@debbugs.gnu.org Hello Danny, Danny Milosavljevic skribis: > Danny Milosavljevic (2): > import: hackage: Support "custom-setup" field. > import: hackage: Support "-any" and "-none" version comparison > operators. Really great you=E2=80=99re working on this! This piece of code needs love. Could you add a test to tests/hackage.scm? If it fixes some of the =E2=80=98guix import hackage=E2=80=99 limitations reported have on bugs.gnu= .org/guix, please mention it in the commit log. Thank you! Ludo=E2=80=99.