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:
parent
b4b7b236fa
commit
47316120b7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user