guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/20: gnu: Add ghc-these-lens.


From: guix-commits
Subject: 08/20: gnu: Add ghc-these-lens.
Date: Fri, 7 Jul 2023 09:31:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 11d4a7152ecf5636c05da07f2f7be28b7620e348
Author: zamfofex <zamfofex@twdb.moe>
AuthorDate: Wed Jun 14 09:48:47 2023 -0300

    gnu: Add ghc-these-lens.
    
    * gnu/packages/haskell-xyz.scm (ghc-these-lens): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 3beb2c4cda..4af52a5bec 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6410,6 +6410,27 @@ possible.  The library exposes a van Laarhoven 
interface.  For an alternative
 interface, supporting an opaque optic type, see @code{generic-optics}.")
     (license license:bsd-3)))
 
+(define-public ghc-these-lens
+  (package
+    (name "ghc-these-lens")
+    (version "1.0.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (hackage-uri "these-lens" version))
+              (sha256
+               (base32
+                "1v3kj7j4bkywbmdbblwqs5gsj5s23d59sb3s27jf3bwdzf9d21p6"))))
+    (build-system haskell-build-system)
+    (properties '((upstream-name . "these-lens")))
+    (inputs (list ghc-these ghc-lens))
+    (arguments
+     `(#:cabal-revision ("2"
+                         
"1mncy6mcwqxy4fwibrsfc3jcx183wfjfvfvbj030y86pfihvbwg3")))
+    (home-page "https://github.com/haskellari/these";)
+    (synopsis "Lenses for These")
+    (description "This package provides Prism and Traversals for 
@code{These}.")
+    (license license:bsd-3)))
+
 (define-public ghc-libffi
   (package
     (name "ghc-libffi")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]