From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ULSZGyudlF/VVAAA0tVLHw (envelope-from ) for ; Sat, 24 Oct 2020 21:31:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uOhgFyudlF8iZgAAbx9fmQ (envelope-from ) for ; Sat, 24 Oct 2020 21:31:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0A866940418 for ; Sat, 24 Oct 2020 21:31:23 +0000 (UTC) Received: from localhost ([::1]:57174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWR8D-0000Dw-PX for larch@yhetil.org; Sat, 24 Oct 2020 17:31:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWR7u-0000Dp-Bj for guix-patches@gnu.org; Sat, 24 Oct 2020 17:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52025) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWR7u-0002OS-2B for guix-patches@gnu.org; Sat, 24 Oct 2020 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWR7t-0007FB-W5 for guix-patches@gnu.org; Sat, 24 Oct 2020 17:31:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44174] [PATCH 05/16] gnu: Add ghc-hspec-megaparsec. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Oct 2020 21:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44174 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Carlo Holl Cc: 44174@debbugs.gnu.org Received: via spool by 44174-submit@debbugs.gnu.org id=B44174.160357502327796 (code B ref 44174); Sat, 24 Oct 2020 21:31:01 +0000 Received: (at 44174) by debbugs.gnu.org; 24 Oct 2020 21:30:23 +0000 Received: from localhost ([127.0.0.1]:35337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWR7H-0007EF-8U for submit@debbugs.gnu.org; Sat, 24 Oct 2020 17:30:23 -0400 Received: from mira.cbaines.net ([212.71.252.8]:44564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWR7E-0007E2-WB for 44174@debbugs.gnu.org; Sat, 24 Oct 2020 17:30:21 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id 73E2627BBF0; Sat, 24 Oct 2020 22:30:20 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9db20065; Sat, 24 Oct 2020 21:30:18 +0000 (UTC) References: <20201023170544.9860-1-carloholl@gmail.com> <20201023170544.9860-5-carloholl@gmail.com> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20201023170544.9860-5-carloholl@gmail.com> Date: Sat, 24 Oct 2020 22:30:18 +0100 Message-ID: <875z6zb9cl.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: NYL7P0I2ZsGc --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Carlo Holl writes: > --- > gnu/packages/haskell-xyz.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm > index ad9c49ddeb..84f28ee5a5 100644 > --- a/gnu/packages/haskell-xyz.scm > +++ b/gnu/packages/haskell-xyz.scm > @@ -5934,6 +5934,34 @@ are described in a file named @code{package.yaml}.= Both @code{cabal2nix} and > @code{package.yaml}.") > (license license:expat))) >=20=20 > +(define-public ghc-hspec-megaparsec > + (package > + (name "ghc-hspec-megaparsec") > + (version "2.0.1") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://hackage.haskell.org/package/hspec-megaparsec/hsp= ec-megaparsec-" > + version > + ".tar.gz")) > + (sha256 > + (base32 > + "0w8nn2rh01lkiwsiyqh3gviklhfmy0245rakj94dmliyljw8skfg")))) > + (build-system haskell-build-system) > + (inputs > + `(("ghc-hspec-expectations" > + ,ghc-hspec-expectations) > + ("ghc-megaparsec" ,ghc-megaparsec))) > + (native-inputs `(("ghc-hspec" ,ghc-hspec))) > + (home-page > + "https://github.com/mrkkrp/hspec-megaparsec") > + (synopsis > + "Utility functions for testing Megaparsec parsers with Hspec") > + (description > + "Utility functions for testing Megaparsec parsers with Hspec.") Would you be able to come up with a more descriptive description? Or at least one that doesn't repeat the synopsis in the same words. I recognise that this is what was probably generated by the importer. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+UnOpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdSzRAAsexXKEg7Cv10q2Tv/6TnBrzxIhSQkLyZ Me197Q8qCJAIH9kURtWCSEfQ1NMArnDS+5bNOWALQlasFooEfq/ozrrY4THX5kSZ 2EbeppZVH1KYHSRxx4ExbThFxQNtX4dkVmlS/NAYPKVn1+F+xkJIQ8g0XeWclleQ gxfnxq/u7lHGj1RF/ONaE2NImOqx7Xfqn6KLVVXNcmIKWxC3tFZgMIhjnlZA6aS0 0Y+K3baTbohMfhtywYn3zYehe3ScxJOCjEg9AZco9QrIxm65jXF5wZxxZ7zTHn2N 1UOxoi1biG+L2MBEVBggUA6yRZxTswuMmUE+/qAmWvjbFClFIxTR/uMvQYAUlQmJ XZoVFxtgMPwIDlSKm7JhQpM8KVu+3HPd5copk27uC+G7agxZejMJRD0tg6wW0AdL NYkiYo5/Q8QdCScY8PuBpZHYVE4ov7W4zMfu2RJ+0u3VlYniGqhZWCqra//5wujg uHwddtflFMsKfc2UvRGW96wkzbwtmlwSqZi/0N+rTEgk3/V7SiYI6iikSVCTQFsK fBn5ml07jJeDcXEg2dc4qlI8rX5+49JdvXbNnDp/0RctQBhR4BrJRWVzm70MTMTF SfAgzDpG9H9JG0OK8CagvZD8oaa7+LS/fqoTE7xzp/DKfMLlvLjMDkMQZqtHHmGm zXgy8gTNY68= =xvbQ -----END PGP SIGNATURE----- --=-=-=--