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:38:18 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-02-24 17:55:35 +0100
commit325098de344f87c8072f39871585dba779f8e5f1 (patch)
treefe6e674eff15e0c2aa3613ee135fc6da40691db3 /gnu/packages/haskell-xyz.scm
parentaa2392a0cf09e0d7a73eef9b5f7a5e9801f3d724 (diff)
downloadguix-patches-325098de344f87c8072f39871585dba779f8e5f1.tar
guix-patches-325098de344f87c8072f39871585dba779f8e5f1.tar.gz
Revert "gnu: ghc-protolude: Update to 0.3.0."
This reverts commit a281a67f3ca56b5dfa670b4019d26d4c39e0c804.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f9cc188dc1..3a4fc714d9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -28,7 +28,6 @@
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
-;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -10536,7 +10535,7 @@ the ideal templating system.")
(define-public ghc-protolude
(package
(name "ghc-protolude")
- (version "0.3.0")
+ (version "0.2.3")
(source
(origin
(method url-fetch)
@@ -10546,7 +10545,7 @@ the ideal templating system.")
".tar.gz"))
(sha256
(base32
- "1b6wprbwfdjyvds2bm6na0fbqgzdkj5ikkk33whbkyh3krd3i0s0"))))
+ "0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)