From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5qHC-00079x-UE for guix-patches@gnu.org; Sat, 21 Oct 2017 05:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5qH9-00066D-QA for guix-patches@gnu.org; Sat, 21 Oct 2017 05:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44422) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5qH9-000669-MN for guix-patches@gnu.org; Sat, 21 Oct 2017 05:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e5qH9-0007aD-7n for guix-patches@gnu.org; Sat, 21 Oct 2017 05:41:03 -0400 Subject: [bug#28884] [PATCH 00/38] Add ghc-aws and its dependencies. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171018030217.1001-1-s@ricketyspace.net> Date: Sat, 21 Oct 2017 11:40:49 +0200 In-Reply-To: <20171018030217.1001-1-s@ricketyspace.net> (rsiddharth's message of "Wed, 18 Oct 2017 03:02:17 +0000") Message-ID: <87zi8kalem.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: rsiddharth Cc: 28884@debbugs.gnu.org Hello, rsiddharth skribis: > This patch series adds `ghc-aws` and its dependencies. Impressive patch series! > Patch Notes: > > * The following packages cannot be upgraded to the latest version: > > - ghc-monadrandom: ghc-either 4.4.1.1 requires MonadRandom >=3D0.1 &&= <0.5=C2=B9 > - ghc-vector-builder: latest version of this package has dependencies= not > yet there in guix=C2=B2. OK. > * guix lint has trouble parsing https://hackage.haskell.org/package/entr= opy/entropy.cabal > > ./pre-inst-env guix lint ghc-entropy > > throws: > > Syntax error: unexpected token : custom-setup (at line 34, column 0) > Syntax error: unexpected end of input > warning: failed to parse https://hackage.haskell.org/package/entropy= /entropy.cabal That=E2=80=99s harmless: it comes from the new =E2=80=98refresh=E2=80=99 ch= eck, which checks whether new versions are available upstream (it does indicate a limitation of the Cabal parser, though.) It looks like you run =E2=80=98guix lint=E2=80=99 on all the packages, whic= h is great. I=E2=80=99ll apply the whole series in a day or two if there are no further comments. Thank you, Ludo=E2=80=99.