me
/
guix
Archived
1
0
Fork 0

gnu: Add ghc-protolude-0.2.

* gnu/packages/haskell-xyz.scm (ghc-protolude-0.2): New variable.
master
Léo Le Bouter 2021-02-24 14:42:28 +01:00
parent 0911900034
commit 9ef7937766
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 16 additions and 0 deletions

View File

@ -10559,6 +10559,22 @@ the ideal templating system.")
replace the standard one provided by GHC.")
(license license:expat)))
(define-public ghc-protolude-0.2
(package
(inherit ghc-protolude)
(name "ghc-protolude")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://hackage/package/protolude/protolude-"
version
".tar.gz"))
(sha256
(base32
"0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj"))))))
(define-public ghc-psqueue
(package
(name "ghc-psqueue")