guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/272: gnu: ghc: Use GHC 8.4.3 as the default GHC.


From: Ricardo Wurmus
Subject: 01/272: gnu: ghc: Use GHC 8.4.3 as the default GHC.
Date: Mon, 1 Oct 2018 06:13:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dde15fea25b86c75512f204de91bb0c82a152967
Author: Timothy Sample <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]