From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggsout.gnu.org ([209.51.188.92]:56922 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfkkL-0004ro-6N for guix-patches@gnu.org; Sat, 05 Jan 2019 07:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfkkI-0004OF-1q for guix-patches@gnu.org; Sat, 05 Jan 2019 07:08:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57338) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfkkH-0004Ns-UH for guix-patches@gnu.org; Sat, 05 Jan 2019 07:08:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gfkkF-0008HL-Rd for guix-patches@gnu.org; Sat, 05 Jan 2019 07:08:05 -0500 Subject: [bug#33987] [PATCH] gnu: Add ghc-tldr. Resent-Message-ID: Received: from eggsout.gnu.org ([209.51.188.92]:56847 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfkjw-0004pQ-5J for guix-patches@gnu.org; Sat, 05 Jan 2019 07:07:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfkjv-0004Cs-5g for guix-patches@gnu.org; Sat, 05 Jan 2019 07:07:43 -0500 Received: from mail-ed1-x544.google.com ([2a00:1450:4864:20::544]:39245) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfkju-0004Cd-W0 for guix-patches@gnu.org; Sat, 05 Jan 2019 07:07:43 -0500 Received: by mail-ed1-x544.google.com with SMTP id b14so33900841edt.6 for ; Sat, 05 Jan 2019 04:07:42 -0800 (PST) Received: from glht-x240.gmail.com (2a01cb04062c860044e3e8429e102378.ipv6.abo.wanadoo.fr. [2a01:cb04:62c:8600:44e3:e842:9e10:2378]) by smtp.gmail.com with ESMTPSA id j31sm26486198eda.46.2019.01.05.04.07.40 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 05 Jan 2019 04:07:41 -0800 (PST) From: Gabriel Hondet Date: Sat, 5 Jan 2019 13:05:06 +0100 Message-ID: <878szz8fzn.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: 33987@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/haskell.scm (ghc-tldr): New variable. =2D-- gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8d0e2aef6..9a05f2a5c 100644 =2D-- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -11365,4 +11365,37 @@ embedded in your Haskell code.") avoid the problem of partial intermediate files.") (license license:expat))) =20 +(define-public ghc-tldr + (package + (name "ghc-tldr") + (version "0.4.0.1") + (source + (origin + (method url-fetch) + (uri (string-append + "https://hackage.haskell.org/package/tldr/tldr-" + version + ".tar.gz")) + (sha256 + (base32 + "0nc581y9jjzwd8l88g48c72mla7k6q1w102akl7gl5jsk9ljamd3")))) + (build-system haskell-build-system) + (inputs + `(("ghc-cmark" ,ghc-cmark) + ("ghc-text" ,ghc-text) + ("ghc-ansi-terminal" ,ghc-ansi-terminal) + ("ghc-optparse-applicative" + ,ghc-optparse-applicative) + ("ghc-typed-process" ,ghc-typed-process) + ("ghc-semigroups" ,ghc-semigroups))) + (native-inputs + `(("ghc-tasty" ,ghc-tasty) + ("ghc-tasty-golden" ,ghc-tasty-golden))) + (home-page + "https://github.com/psibi/tldr-hs#readme") + (synopsis "Haskell tldr client") + (description + "Haskell tldr client with support for updating and viewing tldr pages= .") + (license license:bsd-3))) + ;;; haskell.scm ends here =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5ercJXBcjd3P1FcAMbyBBfZZ1CUFAlwwngwACgkQMbyBBfZZ 1CW1jg//eq3UxYHLkmuVpWNcyB57wlDmwY5zPYoZY86dtitGYCLl6E3iZp5xnoi3 +2EJ1oy6AaQ9YYiQiYuIVeMlx3Qhh3kYNSybCxDyovO2XnRX0pL6+HG9ThZ6bWtM x4AcuZj/1SwaaJ1cnmwHzmVZim15uD3Lo9jB0OGYrzEENFIqY06NzYXKBPtc8dhc CCEZ3jOEMTMGnsYycqziRS+QGX6HlE48oeE5fzPOf7ixsGPEnQPsoZGrVCqgLTfW mR1P4huyl5sc0Zai+SVN+5CdHnRl3CGpNpq6YqybHprMJjruJIhOjIyzl0OKCJYO vnPyZ0CjfqY37W392lzvnmNtjOPD6wEfqMXB+nDGXSStpRrvazPGK4EV/tciNFCE froBBgpoS+Q0vuxdtVi5GXzE2rPqhTKqT2+2U3pj6cNvQ9R/TC088eWWB2RcFxRR CIN5a3mvyCLwRe7w9hhT0cKZVMJe0+7sUXUes4Gpv7js6kFEzm7uXxLP7qWtfHxX tIGOZvYV4R1Foe05ddANKpImIU0SOCmyRZS40JMYd28iXHUM0PPKa+zBQZmmYz6p L4wmJiUppOtOoTey6v/hlPMo2RpbaCYWN3zbJCgrvje5kweYYuZNDZYvkxz1EXf1 +eA2FHCFWWqCVyoKrzh7owGyR49tn/QAOZ2xmRjvO6YmdRXxiYI= =X47P -----END PGP SIGNATURE----- --=-=-=--