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
|
@ -559,7 +559,7 @@ interactive environment for the functional language Haskell.")
|
||||||
(file-pattern ".*\\.conf\\.d$")
|
(file-pattern ".*\\.conf\\.d$")
|
||||||
(file-type 'directory))))))
|
(file-type 'directory))))))
|
||||||
|
|
||||||
(define-public ghc ghc-8.0)
|
(define-public ghc ghc-8)
|
||||||
|
|
||||||
(define-public ghc-hostname
|
(define-public ghc-hostname
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue