From patchwork Wed Feb 26 11:46:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre Neidhardt X-Patchwork-Id: 20440 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9DAFD27BBEA; Wed, 26 Feb 2020 11:50:28 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, TVD_SPACE_RATIO,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 7524327BBE4 for ; Wed, 26 Feb 2020 11:50:28 +0000 (GMT) Received: from localhost ([::1]:43052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6vCt-0002H3-U9 for patchwork@mira.cbaines.net; Wed, 26 Feb 2020 06:50:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33723) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6v9e-0006ie-8g for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6v9c-00037o-8e for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6v9c-00036j-4D for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j6v9c-0004gr-33 for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#39798] [PATCH 10/13] gnu: Add ghc-optparse-applicative-0.15. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Feb 2020 11:47:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39798@debbugs.gnu.org Received: via spool by 39798-submit@debbugs.gnu.org id=B39798.158271759017898 (code B ref 39798); Wed, 26 Feb 2020 11:47:04 +0000 Received: (at 39798) by debbugs.gnu.org; 26 Feb 2020 11:46:30 +0000 Received: from localhost ([127.0.0.1]:56508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j6v94-0004eW-5A for submit@debbugs.gnu.org; Wed, 26 Feb 2020 06:46:30 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:49359) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j6v90-0004d0-5a for 39798@debbugs.gnu.org; Wed, 26 Feb 2020 06:46:26 -0500 Received: from bababa.home (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 70CAD200007 for <39798@debbugs.gnu.org>; Wed, 26 Feb 2020 11:46:24 +0000 (UTC) From: Pierre Neidhardt Date: Wed, 26 Feb 2020 12:46:02 +0100 Message-Id: <20200226114605.15106-10-mail@ambrevar.xyz> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200226114605.15106-1-mail@ambrevar.xyz> References: <20200226114605.15106-1-mail@ambrevar.xyz> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15): New variable. --- gnu/packages/haskell-xyz.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 9e85f89248..0d766ebe75 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -8191,6 +8191,21 @@ easily work with command-line options.") command line options in Haskell.") (license license:bsd-3))) +(define-public ghc-optparse-applicative-0.15 + (package + (inherit ghc-optparse-applicative) + (version "0.15.1.0") + (source + (origin + (method url-fetch) + (uri (string-append + "https://hackage.haskell.org/package/optparse-applicative" + "/optparse-applicative-" version ".tar.gz")) + (sha256 + (base32 + "1ws6y3b3f6hsgv0ff0yp6lw4hba1rps4dnvry3yllng0s5gngcsd")))) + (arguments '()))) + (define-public ghc-jira-wiki-markup (package (name "ghc-jira-wiki-markup")