all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Tomás Ortín via Guix-patches via" <guix-patches@gnu.org>
To: 67434@debbugs.gnu.org
Subject: [bug#67434] [PATCH 1/3] gnu: Add ghc-bimap
Date: Fri, 24 Nov 2023 18:22:09 +0100	[thread overview]
Message-ID: <4e7f776c-9464-013b-ecd3-e89c8f7efdf8@mailbox.org> (raw)
In-Reply-To: <eefd884b-c89f-133b-b841-566ce9a7f923@mailbox.org>

* gnu/packages/haskell-xyz.scm (ghc-bimap): New variable.

Change-Id: I69d4f1c704ad0ffc27693421d2633ed6bcc4cdf5
---
  gnu/packages/haskell-xyz.scm | 21 +++++++++++++++++++++
  1 file changed, 21 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e34acca909..d733c6a5f6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -33,6 +33,7 @@
  ;;; Copyright © 2022 jgart <jgart@dismail.de>
  ;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
  ;;; Copyright © 2023 zamfofex <zamfofex@twdb.moe>
+;;; Copyright © 2023 Tomás Ortín Fernández <tomasortin@mailbox.org>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -2918,6 +2919,26 @@ (define-public ghc-data-ordlist
       "This module provides set and multiset operations on ordered lists.")
      (license license:bsd-3)))

+(define-public ghc-bimap
+  (package
+    (name "ghc-bimap")
+    (version "0.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "bimap" version))
+       (sha256
+        (base32 "158cdwk9jwklcfgbn62dqq255i40w13ifggsdps87sxc5q7lpd5h"))))
+    (build-system haskell-build-system)
+    (native-inputs (list ghc-quickcheck))
+    (properties '((upstream-name . "bimap")))
+    (home-page "https://github.com/joelwilliamson/bimap")
+    (synopsis "Bidirectional mapping between two key types")
+    (description
+     "Data structure representing a bidirectional mapping between two
+key types.")
+    (license license:bsd-3)))
+
  (define-public ghc-dbus
    (package
      (name "ghc-dbus")
-- 
2.41.0





  reply	other threads:[~2023-11-24 17:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-24 17:19 [bug#67434] [PATCH 0/3] gnu: Add hledger-ui Tomás Ortín via Guix-patches via
2023-11-24 17:22 ` Tomás Ortín via Guix-patches via [this message]
2023-11-24 17:25 ` [bug#67434] [PATCH 2/3] gnu: Add ghc-brick and bump ghc-vty version as required Tomás Ortín via Guix-patches via
2023-11-24 17:27 ` [bug#67434] [PATCH 3/3] gnu: Add hledger-ui Tomás Ortín via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e7f776c-9464-013b-ecd3-e89c8f7efdf8@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=67434@debbugs.gnu.org \
    --cc=tomasortin@mailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.