guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: Add ghc-git-lfs.


From: guix-commits
Subject: 05/08: gnu: Add ghc-git-lfs.
Date: Sun, 19 Nov 2023 03:50:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 962f6fed43dbc098ea0b5503e65b81b4ead836af
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 19 10:30:01 2023 +0200

    gnu: Add ghc-git-lfs.
    
    * gnu/packages/haskell-xyz.scm (ghc-git-lfs): New variable.
    
    Change-Id: I3470899cbf9e5b3170abb6cc89d4029cad8aa182
---
 gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b1a038bb09..5dff9f9bb9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -15669,6 +15669,25 @@ purposes.  See the
 <https://www.stackage.org/package/githash>")
     (license license:bsd-3)))
 
+(define-public ghc-git-lfs
+  (package
+    (name "ghc-git-lfs")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "git-lfs" version))
+       (sha256
+        (base32 "1iv3s1c7gwmsima9z3rsphjligpnf7h3vc5c96zgq9b71cx81lba"))))
+    (build-system haskell-build-system)
+    (properties '((upstream-name . "git-lfs")))
+    (inputs (list ghc-http-client ghc-http-types ghc-aeson ghc-network-uri
+                  ghc-case-insensitive))
+    (home-page "http://hackage.haskell.org/package/git-lfs";)
+    (synopsis "git-lfs protocol")
+    (description "An implementation of the git-lfs protocol.")
+    (license license:agpl3)))
+
 (define-public ghc-nothunks
   (package
     (name "ghc-nothunks")



reply via email to

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