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:
Timothy Sample 2018-09-01 14:10:20 -04:00 committed by Ricardo Wurmus
parent f9051e3870
commit dde15fea25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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