From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gNzBEzLsEWXklgAA9RJhRA:P1 (envelope-from ) for ; Mon, 25 Sep 2023 22:23:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gNzBEzLsEWXklgAA9RJhRA (envelope-from ) for ; Mon, 25 Sep 2023 22:23:14 +0200 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 DB67F8F45 for ; Mon, 25 Sep 2023 22:23:13 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=k5I90gA+; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695673394; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=GM+NZi9eGQO5MxBSbXj84x+0PtDY739NozYft1nk/Ok=; b=h3n8tcKM4xNvoGaesS4Ee5ckLgGQD080kXyvo3qNrJhUeIHGxWprnujQ/9nbvdfy9UEiPQ vmKD3fPl1Zuk4TKNcbHf6TQkAhN7TstxFS9cHxxcqPGo3NhFo3e9yEHVeb3Yuf5Jw1tOcs pzpq7TDf+lUOtrpGpH8rWYFNyD7D8k6ZA+coaKo8L1x9rFLAUS6+Y2geHSkEVW7DykHg+Z SoKHxc/6zzyDYzhkL0aQPIFAg6LlUCt7vUf6RI5+awFP1BvIEPP+6Et8Yfwz349n4N/6Qc RrsO56VEbDJV392WGqGJtVU0tfayQUpRjuokMWSLf9g0EtsYtTrGYmGIrkiPdw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695673394; a=rsa-sha256; cv=none; b=WRX3ComSrSnC5Zw0Bna49teMA/VEtuuSEwUzV017audhtYtOC1eezh5hDYN1vEp25jMB7M LDqYiT1+RTKAIsu8AyrC5/JRkWhrRHt/g3yiYpTCFMNgkIa/vfdpAcs+QCWnpqQHCz+9QB bH0E3cHEQYjnKYNkik6HajCbhFUJRZ4Nsed+HNkj3EnJydQvxJLWHEnCinzUKcZZweFoMY jlzffWbmYALXean5Y2GYVtScHCF96sW1DD8mGC6Ani8Z6aux44HM3AjrUvnjCotkXG36p7 +Lb5OBsBGzbDjtwBWhqmWAL75SxOJKdSk9WGf2EnxM4rNCoyv3Imt0/Knt7TdA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=k5I90gA+; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qks6W-0000TC-T3; Mon, 25 Sep 2023 16:22:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qks6U-0000SK-B1 for guix-patches@gnu.org; Mon, 25 Sep 2023 16:22:50 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qks6U-0003tY-30 for guix-patches@gnu.org; Mon, 25 Sep 2023 16:22:50 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qks6g-0004Wd-KT; Mon, 25 Sep 2023 16:23:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65976] [PATCH v3 3/4] gnu: Add ghc-strings. Resent-From: pinoaffe Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, guix-patches@gnu.org Resent-Date: Mon, 25 Sep 2023 20:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65976 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65976@debbugs.gnu.org Cc: pinoaffe , Lars-Dominik Braun X-Debbugs-Original-Xcc: Lars-Dominik Braun Received: via spool by 65976-submit@debbugs.gnu.org id=B65976.169567333717313 (code B ref 65976); Mon, 25 Sep 2023 20:23:02 +0000 Received: (at 65976) by debbugs.gnu.org; 25 Sep 2023 20:22:17 +0000 Received: from localhost ([127.0.0.1]:46736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qks5x-0004VB-1Z for submit@debbugs.gnu.org; Mon, 25 Sep 2023 16:22:17 -0400 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:60630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qks5n-0004UJ-N4 for 65976@debbugs.gnu.org; Mon, 25 Sep 2023 16:22:08 -0400 Received: by mail-wr1-x436.google.com with SMTP id ffacd0b85a97d-3231df054c4so3463067f8f.0 for <65976@debbugs.gnu.org>; Mon, 25 Sep 2023 13:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695673309; x=1696278109; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GM+NZi9eGQO5MxBSbXj84x+0PtDY739NozYft1nk/Ok=; b=k5I90gA+I70stqATofrCclvHsZqhHWnqYVolR/FfG0pWiisjyNrduvQOMa5T1CGiWq IqymLfFcB0jLdSB4/btbTnT9kYTB/rItkj6sXkxF1r0dlQbNiIyJKTr4MqjbtT5YSGiK KzvcZ2C38uEfOJ1XzEC6CNylXsHRYvDD+x5UPZZxWTx5vhzELPURRRF4zsyuzopb/Mtk lxC38N1kgRrDfZBAnaJpA/ZByJUikYFsra2AdOZLicvDh5xlSc7BL70mg1QgFxyjGpQO Ah4GWQ6n7lJegZFzKYG765/Hct1uJFpRR9b8x139T4CwhbFcMzweT44U9XoT1wjH3GWW 3nNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695673309; x=1696278109; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GM+NZi9eGQO5MxBSbXj84x+0PtDY739NozYft1nk/Ok=; b=efqpXjGpD0/UUHUsy10k8e32AQA2JzQMnW+ZBsmtn5yn/nLyDUgT9+rbKdzCyJtruN US3P9jUnaCrRyaGhO6p0IhjCpD6F2hmYp3ZdDmc30io83FsEdmlgn0mGN2JrBjc3VfgQ j+3KmsQlelLJmwnVo+cGSm+suzonerHce864XsGZ2Q+uVwzR6r4VA5lDfLgX+0R60ruU py2z+CR5J+Y4NN73vZ5JkefJanpG5r3c5syg7dNngaBPuo89mfuwMJNM+rtOyV3ZprUU uxexgxjFAOA6TuE7XZbHPjVwNTkqdw3bA5w8K9jkOx9FJmjJposILCXCV+NXZ8VcAHDz XSgQ== X-Gm-Message-State: AOJu0YwvS62HhGQLNUx5bXRH61uoqtHp6D9iduFpGZZJG7FsSueYnCE1 C/I9a49NaRZJXCsOrxS79MR4wAUQreJDTQ== X-Google-Smtp-Source: AGHT+IHKWkff+96kAX9EwdniOPX7zUUr7dCsDrOYOo3Dcq8453n0lfSi1PS7hcYTOvd93XamcQM3mQ== X-Received: by 2002:adf:e981:0:b0:31f:c1b5:d4c1 with SMTP id h1-20020adfe981000000b0031fc1b5d4c1mr7092529wrm.35.1695673309113; Mon, 25 Sep 2023 13:21:49 -0700 (PDT) Received: from localhost (h120217.upc-h.chello.nl. [62.194.120.217]) by smtp.gmail.com with ESMTPSA id sd6-20020a170906ce2600b0098e34446464sm6809377ejb.25.2023.09.25.13.21.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Sep 2023 13:21:48 -0700 (PDT) From: pinoaffe Date: Mon, 25 Sep 2023 22:21:33 +0200 Message-ID: <2535d7312efd2da5c6032cf4ec49b4502399db3d.1695671343.git.pinoaffe@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <6ed1b70e5e02a6c46aedf8912ed8d3d5bfa247a8.1695671343.git.pinoaffe@gmail.com> References: <6ed1b70e5e02a6c46aedf8912ed8d3d5bfa247a8.1695671343.git.pinoaffe@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -3.64 X-Spam-Score: -3.64 X-Migadu-Queue-Id: DB67F8F45 X-TUID: zuwfhMF7SN9v * gnu/packages/haskell-xyz.scm (ghc-strings): New variable. --- 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 6d540aee54..4328363a01 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -15961,6 +15961,32 @@ (define-public ghc-base64 (additional support for RFC 7049 standards)") (license license:bsd-3))) +(define-public ghc-strings + (package + (name "ghc-strings") + (version "1.1") + (source (origin + (method url-fetch) + (uri (hackage-uri "strings" version)) + (sha256 + (base32 + "1xz9v3w5s13yhk7iy9dw6i8s2jc6c0b1ci96dwmcq9a1n3l3ng4v")))) + (build-system haskell-build-system) + (properties '((upstream-name . "strings"))) + (arguments + `(#:cabal-revision ("1" + "0jk1g71yzc5wpkr3vvhnxak61nqvisc5n90ggv6lmz4wqpqzdd0v"))) + (home-page "https://hub.darcs.net/scravy/strings") + (synopsis + "Functions for working with strings, including Text and ByteString") + (description + "This package provides various functions for working with strings, such +as @code{join}, @code{split}, @code{toUppercase}, et cetera. The functions in +this package work with all kinds of strings such as @code{Text}, +@code{ByteString}, @code{S tring}, and their respective lazy counter parts. +There is also an interface which is agnostic of the underlying string type.") + (license license:expat))) + (define-public ghc-ordered-containers (package (name "ghc-ordered-containers") -- 2.41.0