guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: greenclip: Move to version-specific ghc-protolude-0.3 input.


From: guix-commits
Subject: 02/05: gnu: greenclip: Move to version-specific ghc-protolude-0.3 input.
Date: Wed, 24 Feb 2021 11:56:09 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit aa2392a0cf09e0d7a73eef9b5f7a5e9801f3d724
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Feb 24 17:20:04 2021 +0100

    gnu: greenclip: Move to version-specific ghc-protolude-0.3 input.
    
    * gnu/packages/haskell-apps.scm (greenclip)[inputs]: Replace ghc-protolude
    with ghc-protolude-0.3.
---
 gnu/packages/haskell-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index e8bde69..a0a708a 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -747,7 +747,7 @@ formatting by forgetting all existing formatting during 
parsing.")
        ("ghc-hashable" ,ghc-hashable)
        ("ghc-microlens" ,ghc-microlens)
        ("ghc-microlens-mtl" ,ghc-microlens-mtl)
-       ("ghc-protolude" ,ghc-protolude)
+       ("ghc-protolude" ,ghc-protolude-0.3)
        ("ghc-vector" ,ghc-vector)
        ("ghc-wordexp" ,ghc-wordexp)))
     (home-page "https://github.com/erebe/greenclip";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]