From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7HKe-0001tf-F1 for guix-patches@gnu.org; Tue, 02 Oct 2018 05:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7HKZ-00058t-4Q for guix-patches@gnu.org; Tue, 02 Oct 2018 05:51:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7HKY-00058T-JZ for guix-patches@gnu.org; Tue, 02 Oct 2018 05:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g7HKY-0002rS-Eq for guix-patches@gnu.org; Tue, 02 Oct 2018 05:51:02 -0400 Subject: [bug#32517] [PATCH 0/7] Fix git-annex dependencies. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87a7pc31jz.fsf@ngyro.com> Date: Tue, 02 Oct 2018 11:49:56 +0200 In-Reply-To: <87a7pc31jz.fsf@ngyro.com> (Timothy Sample's message of "Thu, 23 Aug 2018 23:07:12 -0400") Message-ID: <87sh1or83f.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: Timothy Sample Cc: 32517@debbugs.gnu.org Hi Timothy, Timothy Sample skribis: > This patch fixes several Haskell packages needed for building git-annex. > Mostly the packages are updated to work with our new versions of > ghc-conduit and ghc-resourcet. Is this patch set now obsolete with the (heroic!) work you did on updating Haskell packages? Ludo=E2=80=99.