mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Use GHC 8.6.5 as the main Haskell compiler.
* gnu/package/haskell.scm (ghc-8): Change to 'ghc-8.6'. * guix/import/hackage.scm (ghc-standard-libraries): Add 'ghc-heap' and 'libiserv'.
This commit is contained in:
parent
477246878b
commit
064a967ba0
2 changed files with 5 additions and 3 deletions
|
@ -604,7 +604,7 @@ interactive environment for the functional language Haskell.")
|
|||
(file-pattern ".*\\.conf\\.d$")
|
||||
(file-type 'directory))))))
|
||||
|
||||
(define-public ghc-8 ghc-8.4)
|
||||
(define-public ghc-8 ghc-8.6)
|
||||
|
||||
(define-public ghc ghc-8)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue