mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add ghc-protolude-0.3.
* gnu/packages/haskell-xyz.scm (ghc-protolude-0.3): New variable.
This commit is contained in:
parent
2fdc8ca7fd
commit
d4d40fa683
1 changed files with 16 additions and 0 deletions
|
@ -10576,6 +10576,22 @@ (define-public ghc-protolude-0.2
|
|||
(base32
|
||||
"0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj"))))))
|
||||
|
||||
(define-public ghc-protolude-0.3
|
||||
(package
|
||||
(inherit ghc-protolude)
|
||||
(name "ghc-protolude")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://hackage/package/protolude/protolude-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b6wprbwfdjyvds2bm6na0fbqgzdkj5ikkk33whbkyh3krd3i0s0"))))))
|
||||
|
||||
(define-public ghc-psqueue
|
||||
(package
|
||||
(name "ghc-psqueue")
|
||||
|
|
Loading…
Reference in a new issue