From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4eeL-0008V6-FS for guix-patches@gnu.org; Tue, 17 Oct 2017 23:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4eeI-0001Dh-BD for guix-patches@gnu.org; Tue, 17 Oct 2017 23:04:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4eeI-0001DX-7w for guix-patches@gnu.org; Tue, 17 Oct 2017 23:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e4eeH-0004S8-QK for guix-patches@gnu.org; Tue, 17 Oct 2017 23:04:01 -0400 Subject: [bug#28884] [PATCH 00/38] Add ghc-aws and its dependencies. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4edW-0008RA-CH for guix-patches@gnu.org; Tue, 17 Oct 2017 23:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4edT-0000gP-8y for guix-patches@gnu.org; Tue, 17 Oct 2017 23:03:14 -0400 Received: from ricketyspace.net ([45.55.79.15]:52556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4edT-0000d3-2c for guix-patches@gnu.org; Tue, 17 Oct 2017 23:03:11 -0400 From: rsiddharth Date: Wed, 18 Oct 2017 03:02:17 +0000 Message-Id: <20171018030217.1001-1-s@ricketyspace.net> 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: 28884@debbugs.gnu.org Cc: s@ricketyspace.net This patch series adds `ghc-aws` and its dependencies. 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. * 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 =C2=B9: https://hackage.haskell.org/package/either-4.4.1.1/either-4.4.1.1= .tar.gz =C2=B2: https://hackage.haskell.org/package/vector-builder-0.3.3.1/vector= -builder-0.3.3.1.tar.gz rsiddharth (38): gnu: Add ghc-errors. gnu: Add ghc-vector-th-unbox. gnu: Add ghc-erf. gnu: Add ghc-math-functions. gnu: Add ghc-mwc-random. gnu: Add ghc-vector-algorithms. gnu: Add ghc-language-haskell-extract. gnu: Add ghc-test-framework-th. gnu: Add ghc-abstract-par. gnu: Add ghc-monad-par-extras. gnu: Add ghc-abstract-deque. gnu: Add ghc-monad-par. gnu: ghc-base-orphans: Update to 0.6. gnu: Add ghc-statistics. gnu: Add ghc-chunked-data. gnu: Add ghc-base-prelude. gnu: Add ghc-tuple-th. gnu: Add ghc-contravariant-extras. gnu: Add ghc-monadrandom. gnu: Add ghc-either. gnu: Add ghc-entropy. gnu: Add ghc-crypto-api. gnu: Add ghc-crypto-api-tests. gnu: Add ghc-pretty-hex. gnu: Add ghc-puremd5 gnu: Add ghc-cryptohash-md5. gnu: Add ghc-cryptohash-sha1. gnu: Add ghc-network-info. gnu: Add ghc-uuid-types. gnu: Add ghc-uuid. gnu: Add ghc-rebase. gnu: Add ghc-vector-builder. gnu: Add ghc-foldl. gnu: Add ghc-mono-traversable. gnu: ghc-conduit: Update to 1.2.12.1. gnu: ghc-conduit: Fix lint error. gnu: Add ghc-conduit-combinators. gnu: Add ghc-aws. gnu/packages/haskell.scm | 1220 ++++++++++++++++++++++++++++++++++++++++= +++++- 1 file changed, 1210 insertions(+), 10 deletions(-) --=20 2.15.0.rc0