mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc: Use GHC 8.4.3 as the default GHC.
* gnu/packages/haskell.scm (ghc): Switch to ghc-8.
This commit is contained in:
parent
f9051e3870
commit
dde15fea25
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ interactive environment for the functional language Haskell.")
|
|||
(file-pattern ".*\\.conf\\.d$")
|
||||
(file-type 'directory))))))
|
||||
|
||||
(define-public ghc ghc-8.0)
|
||||
(define-public ghc ghc-8)
|
||||
|
||||
(define-public ghc-hostname
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue