rekado pushed a commit to branch wip-haskell
in repository guix.

commit eea6c557623f6cc8189f5f8e546774cd18161863
Author: Timothy Sample <[email protected]>
Date:   Sat Sep 1 14:10:20 2018 -0400

    gnu: ghc: Use GHC 8.4.3 as the default GHC.
    
    * gnu/packages/haskell.scm (ghc): Switch to ghc-8.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6b774c3..1e7a502 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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

Reply via email to