gnu: ghc-8: Rename to 'ghc-8.4'.
authorRobert Vollmert <rob@vllmrt.net>
Mon, 5 Aug 2019 15:03:35 +0000 (11:03 -0400)
committerTimothy Sample <samplet@ngyro.com>
Thu, 8 Aug 2019 02:05:23 +0000 (22:05 -0400)
* gnu/packages/haskell.scm (ghc-8): Rename to...
(ghc-8.4): ...this.
(ghc-8): New variable.

gnu/packages/haskell.scm

index bced445..019f751 100644 (file)
@@ -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