me
/
guix
Archived
1
0
Fork 0

gnu: Add ghc-git-lfs.

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

Change-Id: I3470899cbf9e5b3170abb6cc89d4029cad8aa182
master
Efraim Flashner 2023-11-19 10:30:01 +02:00
parent c22e027828
commit 962f6fed43
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 0 deletions

View File

@ -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")