lle_bout pushed a commit to branch master
in repository guix.

commit 59c3ea22546f9bd7e0560a66f98a020af7d1ad6e
Author: Léo Le Bouter <[email protected]>
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