summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-10-16 17:35:15 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-10-16 17:36:00 +0200
commit8488fa5df369ef53ba587c052417fbbfc078e58e (patch)
tree8a5b3744d761d7be918dbc137d763b5bcdfd924f
parent324e056ba0c4096a957cd49fa094c90519c6e144 (diff)
downloadguix-8488fa5df369ef53ba587c052417fbbfc078e58e.tar.gz
gnu: ghc-4: Use Perl 5.6
* gnu/packages/haskell.scm (ghc-4)[native-inputs]: Replace perl-5.14 with
perl-5.6.
-rw-r--r--gnu/packages/haskell.scm2
1 files changed, 1 insertions, 1 deletions
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