From mboxrd@z Thu Jan 1 00:00:00 1970 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 Subject: [bug#39798] [PATCH 10/13] gnu: Add ghc-optparse-applicative-0.15. Resent-Message-ID: From: Pierre Neidhardt Date: Wed, 26 Feb 2020 12:46:02 +0100 Message-Id: <20200226114605.15106-10-mail@ambrevar.xyz> In-Reply-To: <20200226114605.15106-1-mail@ambrevar.xyz> References: <20200226114605.15106-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39798@debbugs.gnu.org * 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") -- 2.25.0