guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: purescript: Move to version-specific ghc-protolude-0.2 input


From: guix-commits
Subject: 02/05: gnu: purescript: Move to version-specific ghc-protolude-0.2 input.
Date: Wed, 24 Feb 2021 09:23:00 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 59c3ea22546f9bd7e0560a66f98a020af7d1ad6e
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Feb 24 14:47:03 2021 +0100

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

diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm
index cc51b16..be9dc69 100644
--- a/gnu/packages/purescript.scm
+++ b/gnu/packages/purescript.scm
@@ -91,7 +91,7 @@
        ("ghc-network" ,ghc-network)
        ("ghc-parallel" ,ghc-parallel)
        ("ghc-pattern-arrows" ,ghc-pattern-arrows)
-       ("ghc-protolude" ,ghc-protolude)
+       ("ghc-protolude" ,ghc-protolude-0.2)
        ("ghc-regex-tdfa" ,ghc-regex-tdfa)
        ("ghc-safe" ,ghc-safe)
        ("ghc-scientific" ,ghc-scientific)



reply via email to

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