Revert "gnu: Add ghc-protolude-0.2."

This reverts commit 9ef7937766.
This commit is contained in:
Léo Le Bouter 2021-02-24 17:51:10 +01:00
parent d1d8b52da3
commit 6bea71afac
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -10559,22 +10559,6 @@ (define-public ghc-protolude
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-protolude-0.3
(package
(inherit ghc-protolude)