From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uH6mMW+clF8lSQAA0tVLHw (envelope-from ) for ; Sat, 24 Oct 2020 21:28:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wFx+LW+clF/GVAAA1q6Kng (envelope-from ) for ; Sat, 24 Oct 2020 21:28:15 +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 6E8AD9402A0 for ; Sat, 24 Oct 2020 21:28:15 +0000 (UTC) Received: from localhost ([::1]:53668 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWR5C-00074W-Dr for larch@yhetil.org; Sat, 24 Oct 2020 17:28:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43590) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWR50-00073I-2F for guix-patches@gnu.org; Sat, 24 Oct 2020 17:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52016) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWR4z-0001v3-OM for guix-patches@gnu.org; Sat, 24 Oct 2020 17:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWR4z-000793-Lb for guix-patches@gnu.org; Sat, 24 Oct 2020 17:28:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44174] [PATCH 02/16] gnu: Add ghc-csv. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Oct 2020 21:28: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.160357486927447 (code B ref 44174); Sat, 24 Oct 2020 21:28:01 +0000 Received: (at 44174) by debbugs.gnu.org; 24 Oct 2020 21:27:49 +0000 Received: from localhost ([127.0.0.1]:35329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWR4n-00078d-Gh for submit@debbugs.gnu.org; Sat, 24 Oct 2020 17:27:49 -0400 Received: from mira.cbaines.net ([212.71.252.8]:43804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWR4m-00078W-17 for 44174@debbugs.gnu.org; Sat, 24 Oct 2020 17:27:48 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id 814B127BBF0; Sat, 24 Oct 2020 22:27:47 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 6c3c3d1a; Sat, 24 Oct 2020 21:27:45 +0000 (UTC) References: <20201023170544.9860-1-carloholl@gmail.com> <20201023170544.9860-2-carloholl@gmail.com> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20201023170544.9860-2-carloholl@gmail.com> Date: Sat, 24 Oct 2020 22:27:45 +0100 Message-ID: <87blgrb9gu.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: -3.11 X-TUID: bJHDfAaAzuUa --=-=-= Content-Type: text/plain Carlo Holl writes: > --- > gnu/packages/haskell-xyz.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm > index ccbe026142..952e24cd55 100644 > --- a/gnu/packages/haskell-xyz.scm > +++ b/gnu/packages/haskell-xyz.scm > @@ -2665,6 +2665,32 @@ pure @code{Either} value. This means that you need not remember which specific > function performs the conversion you desire.") > (license license:bsd-3))) > > +(define-public ghc-csv > + (package > + (name "ghc-csv") > + (version "0.1.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://hackage.haskell.org/package/csv/csv-" > + version > + ".tar.gz")) > + (sha256 > + (base32 > + "00767ai09wm7f0yzmpqck3cpgxncpr9djnmmz5l17ajz69139x4c")))) > + (build-system haskell-build-system) > + (home-page > + "http://hackage.haskell.org/package/csv") > + (synopsis "CSV loader and dumper") > + (description "CSV loader and dumper This above bit of the description repeats the synopsis, so it should be removed. > +This library parses and dumps documents that are formatted according > +to RFC 4180, @cite{The common Format and MIME Type for Comma-Separated > +Values (CSV) Files}. This format is used, among many other things, > +as a lingua franca for spreadsheets, and for certain web services.") > + (license license:expat))) > + > (define-public ghc-data-accessor > (package > (name "ghc-data-accessor") --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+UnFFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd6xw/8ChiEsABJmanO2alcFpOG/dw+LimJVR8o DprQ4ClzMwq977oPJLEvVuZFgGRONjUocpQ+vs5lwYi88d+RDP0BSRUJPUE0mPqa J4sUYJaooy5fkANRbD6rumUONJ1SgJClQ7VKh1m//kv2RvEw731Po1HsdkJw6a+3 nvRtCi7pMzggN0G/ugwxBbjaO8ufHhn1YQcpu3VIEpRFX11cuJBbr5rYZn+Dsq+l YSPWQa+WPMJ/eJ49kXxxAERymBuMn9JK+/LuM/P8LY9M6q5tT0kZHFOz9YX+TOmv 7eWPfF++uKL4TLSJRbJOqf1w8PzkQN21asu+qArMUQaP7cBPKrafXugwFNn4Lv3D DOtWnFqRycWGvq7iu4N5MJWrZWHYPLCSveUJpiwi/hsc2omAFYvQ3bnXdPpc7MqD p9UqzCuw8XErOR84oyo3rQ0RAGZ5w+23OnjNMaW1Bpf4vRAsDdEmEovQ8MFSintC uhnBbeg6kRtRkTMyt7f/1MAOcsWs/DTtAYWls3e3OIlt4Ru/+Q++8eYpj3hQUIgw DUy2Rjq6l6RbDzPo/GWFJT7JtdOGTIUcu03uD0qPgQZeMtiRHZ0PaNp40YWv40GJ 11ciLsnaYn8QurfgLN9OSaSPpaxA5HUYFrHzITAqZruQ02s6p1qQu3VczJsMI0mr HMXtGc9BbY0= =Wm4d -----END PGP SIGNATURE----- --=-=-=--