From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40013) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i38eV-00083C-72 for guix-patches@gnu.org; Wed, 28 Aug 2019 20:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i38eU-0005wD-35 for guix-patches@gnu.org; Wed, 28 Aug 2019 20:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42599) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i38eU-0005w9-03 for guix-patches@gnu.org; Wed, 28 Aug 2019 20:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i38eT-0002Du-SR for guix-patches@gnu.org; Wed, 28 Aug 2019 20:51:01 -0400 Subject: [bug#37052] [PATCH] (wip-haskell-updates) Add stylish-haskell. Resent-Message-ID: From: Timothy Sample References: <874l21i86h.fsf@gnu.org> Date: Wed, 28 Aug 2019 20:50:15 -0400 In-Reply-To: <874l21i86h.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 28 Aug 2019 18:08:54 +0200") Message-ID: <874l20pzg8.fsf@ngyro.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37052@debbugs.gnu.org, John Soo , Robert Vollmert Hello, Ludovic Court=C3=A8s writes: > John Soo skribis: > >> + (package >> + (name "ghc-file-embed") >> + (version "0.0.11") > > I think Robert (Cc=E2=80=99d) aims make sure all the GHC packages come fr= om the > same Stackage =E2=80=9Csnapshot=E2=80=9D. Robert, could you tell whether= this is the > case? It=E2=80=99s too new. Right now we are following LTS 12, which has file-em= bed at 0.0.10.1. The list is at . -- Tim