guix-commits
[Top][All Lists]
Advanced

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

01/28: gnu: ghc-8: Rename to 'ghc-8.4'.


From: guix-commits
Subject: 01/28: gnu: ghc-8: Rename to 'ghc-8.4'.
Date: Wed, 7 Aug 2019 23:28:29 -0400 (EDT)

samplet pushed a commit to branch master
in repository guix.

commit a62ddb748fd453597152e2409f6101c162900bb5
Author: Robert Vollmert <address@hidden>
Date:   Mon Aug 5 11:03:35 2019 -0400

    gnu: ghc-8: Rename to 'ghc-8.4'.
    
    * gnu/packages/haskell.scm (ghc-8): Rename to...
    (ghc-8.4): ...this.
    (ghc-8): New variable.
---
 gnu/packages/haskell.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bced445..019f751 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -440,7 +440,7 @@ interactive environment for the functional language 
Haskell.")
 interactive environment for the functional language Haskell.")
     (license license:bsd-3)))
 
-(define-public ghc-8
+(define-public ghc-8.4
   (package (inherit ghc-8.0)
     (name "ghc")
     (version "8.4.3")
@@ -572,6 +572,8 @@ interactive environment for the functional language 
Haskell.")
                                 (file-pattern ".*\\.conf\\.d$")
                                 (file-type 'directory))))))
 
+(define-public ghc-8 ghc-8.4)
+
 (define-public ghc ghc-8)
 
 (define-public ghc-hostname



reply via email to

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