guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ghc-4: Use Perl 5.6


From: guix-commits
Subject: 02/02: gnu: ghc-4: Use Perl 5.6
Date: Sun, 16 Oct 2022 11:40:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8488fa5df369ef53ba587c052417fbbfc078e58e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 16 17:35:15 2022 +0200

    gnu: ghc-4: Use Perl 5.6
    
    * gnu/packages/haskell.scm (ghc-4)[native-inputs]: Replace perl-5.14 with
    perl-5.6.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 343c8d3d77..2916f0b460 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -360,7 +360,7 @@ SplitObjs=NO
            ;; TODO: Perl used to allow setting $* to enable multi-line
            ;; matching.  If we want to use a more recent Perl we need to patch
            ;; all expressions that require multi-line matching.  Hard to tell.
-           perl-5.14))
+           perl-5.6))
     (home-page "https://www.haskell.org/ghc";)
     (synopsis "The Glasgow Haskell Compiler")
     (description



reply via email to

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