mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
Revert "gnu: ghc-protolude: Update to 0.3.0."
This reverts commit a281a67f3c
.
This commit is contained in:
parent
aa2392a0cf
commit
325098de34
1 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
||||||
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
|
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
|
||||||
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
|
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
|
||||||
;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
|
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -10536,7 +10535,7 @@ the ideal templating system.")
|
||||||
(define-public ghc-protolude
|
(define-public ghc-protolude
|
||||||
(package
|
(package
|
||||||
(name "ghc-protolude")
|
(name "ghc-protolude")
|
||||||
(version "0.3.0")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10546,7 +10545,7 @@ the ideal templating system.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b6wprbwfdjyvds2bm6na0fbqgzdkj5ikkk33whbkyh3krd3i0s0"))))
|
"0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-async" ,ghc-async)
|
`(("ghc-async" ,ghc-async)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue