summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-02-24 17:51:10 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-02-24 17:55:35 +0100
commit6bea71afac702fcab9fb420daa30aec95652e1a0 (patch)
tree8a26c836023ceb739e61bbaf4bed30aa69813aa3 /gnu/packages/haskell-xyz.scm
parentd1d8b52da38997600929a83fd216ad8345a4f75f (diff)
downloadguix-patches-6bea71afac702fcab9fb420daa30aec95652e1a0.tar
guix-patches-6bea71afac702fcab9fb420daa30aec95652e1a0.tar.gz
Revert "gnu: Add ghc-protolude-0.2."
This reverts commit 9ef7937766dd2e79807f3b0a6cd141ed310650a9.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3a4fc714d9..47ee71bd08 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10559,22 +10559,6 @@ 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-protolude-0.3
(package
(inherit ghc-protolude)