mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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 @@ (define-public ghc-8
|
|||
(file-pattern ".*\\.conf\\.d$")
|
||||
(file-type 'directory))))))
|
||||
|
||||
(define-public ghc ghc-8.0)
|
||||
(define-public ghc ghc-8)
|
||||
|
||||
(define-public ghc-hostname
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue