gnu: ghc-8.10: Build using ghc-8.6.

* gnu/packages/haskell.scm (ghc-8.10)[native-inputs]: Replace ghc-8.8
with ghc-8.6.
This commit is contained in:
Efraim Flashner 2022-08-22 10:39:44 +03:00
parent b4b7b236fa
commit 47316120b7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -876,7 +876,8 @@ interactive environment for the functional language Haskell.")
(sha256 (sha256
(base32 "179ws2q0dinl1a39wm9j37xzwm84zfz3c5543vz8v479khigdvp3")))) (base32 "179ws2q0dinl1a39wm9j37xzwm84zfz3c5543vz8v479khigdvp3"))))
(native-inputs (native-inputs
`(("ghc-bootstrap" ,ghc-8.8) `(;; GHC 8.10.7 must be built with GHC >= 8.6.
("ghc-bootstrap" ,ghc-8.6)
("ghc-testsuite" ("ghc-testsuite"
,(origin ,(origin
(method url-fetch) (method url-fetch)