gnu: ghc-4: Use Perl 5.6

* gnu/packages/haskell.scm (ghc-4)[native-inputs]: Replace perl-5.14 with
perl-5.6.
This commit is contained in:
Ricardo Wurmus 2022-10-16 17:35:15 +02:00
parent 324e056ba0
commit 8488fa5df3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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