From patchwork Wed Aug 31 14:00:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alice BRENON X-Patchwork-Id: 42091 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 3209927BBEA; Wed, 31 Aug 2022 15:01:39 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D5CC327BBE9 for ; Wed, 31 Aug 2022 15:01:38 +0100 (BST) Received: from localhost ([::1]:51190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTOHi-0005Mi-1d for patchwork@mira.cbaines.net; Wed, 31 Aug 2022 10:01:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTOH9-0005KV-1t for guix-patches@gnu.org; Wed, 31 Aug 2022 10:01:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50271) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oTOH8-0004c9-Jf for guix-patches@gnu.org; Wed, 31 Aug 2022 10:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oTOH8-0003nq-4y for guix-patches@gnu.org; Wed, 31 Aug 2022 10:01:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57139] [PATCH] Add package ghc-roman-numerals Resent-From: Alice BRENON Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 31 Aug 2022 14:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57139@debbugs.gnu.org Received: via spool by 57139-submit@debbugs.gnu.org id=B57139.166195442414560 (code B ref 57139); Wed, 31 Aug 2022 14:01:02 +0000 Received: (at 57139) by debbugs.gnu.org; 31 Aug 2022 14:00:24 +0000 Received: from localhost ([127.0.0.1]:40020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTOGV-0003mm-Hn for submit@debbugs.gnu.org; Wed, 31 Aug 2022 10:00:23 -0400 Received: from lxc-smtp2.ens-lyon.fr ([140.77.167.81]:50784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTOGQ-0003mR-U6 for 57139@debbugs.gnu.org; Wed, 31 Aug 2022 10:00:21 -0400 Received: from localhost (localhost [127.0.0.1]) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTP id 055B2E44A1 for <57139@debbugs.gnu.org>; Wed, 31 Aug 2022 16:00:17 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.11.0 (20160426) (Debian) at ens-lyon.fr Received: from lxc-smtp2.ens-lyon.fr ([127.0.0.1]) by localhost (lxc-smtp2.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 979xj02UbnKW for <57139@debbugs.gnu.org>; Wed, 31 Aug 2022 16:00:16 +0200 (CEST) Received: from localhost (unknown [78.194.167.103]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTPSA id E5262E44BD for <57139@debbugs.gnu.org>; Wed, 31 Aug 2022 16:00:16 +0200 (CEST) Date: Wed, 31 Aug 2022 16:00:16 +0200 From: Alice BRENON Message-ID: <20220831160016.2fb7cf83@ens-lyon.fr> In-Reply-To: References: <20220811150059.3e5000cb@ens-lyon.fr> Organization: ENS de Lyon X-Mailer: Claws Mail 4.1.0 (GTK 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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 Following the advice from @lilyp and @dthompson to insert ghc-roman-numerals alphabetically into haskell-xyz.scm, here's a second version of the previous patch. Le Thu, 11 Aug 2022 13:02:02 +0000, help-debbugs@gnu.org (GNU bug Tracking System) a écrit : > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 57139@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > From 8abd49aef89f08c7363b11bb238f603fe1543a92 Mon Sep 17 00:00:00 2001 From: Alice BRENON Date: Thu, 11 Aug 2022 14:29:44 +0200 Subject: [PATCH] gnu: Add ghc-roman-numerals. * gnu/packages/haskell-xyz.scm (ghc-roman-numerals): New variable. --- gnu/packages/haskell-xyz.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 039f4871f2..a01248f355 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -28,7 +28,7 @@ ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2020 Carlo Holl ;;; Copyright © 2020 Christine Lemmer-Webber -;;; Copyright © 2021 Alice BRENON +;;; Copyright © 2021, 2022 Alice BRENON ;;; Copyright © 2021 John Kehayias ;;; ;;; This file is part of GNU Guix. @@ -10913,6 +10913,27 @@ (define-public ghc-rio @end itemize") (license license:expat))) +(define-public ghc-roman-numerals + (package + (name "ghc-roman-numerals") + (version "0.5.1.5") + (source (origin + (method url-fetch) + (uri (hackage-uri "roman-numerals" version)) + (sha256 + (base32 + "10da5vls9l5i255bapms4b2r7dnwmxgsaa1cdll2lrmid5dikixr")))) + (build-system haskell-build-system) + (inputs (list ghc-base-unicode-symbols)) + (home-page "https://github.com/roelvandijk/roman-numerals") + (synopsis "Parsing and pretty printing of Roman numerals") + (description + "This library provides functions for parsing and pretty printing Roman numerals. +Because the notation of Roman numerals has varied through the centuries this +package allows for some customisation using a configuration that is passed to +the conversion functions.") + (license license:bsd-3))) + (define-public ghc-safe (package (name "ghc-safe") -- 2.37.1