me
/
guix
Archived
1
0
Fork 0

gnu: ghc-8: Rename to 'ghc-8.4'.

* gnu/packages/haskell.scm (ghc-8): Rename to...
(ghc-8.4): ...this.
(ghc-8): New variable.
master
Robert Vollmert 2019-08-05 11:03:35 -04:00 committed by Timothy Sample
parent ba7ff983d6
commit a62ddb748f
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 3 additions and 1 deletions

View 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