gnu: ghc-8: Rename to 'ghc-8.4'.
* gnu/packages/haskell.scm (ghc-8): Rename to... (ghc-8.4): ...this. (ghc-8): New variable.
This commit is contained in:
parent
ba7ff983d6
commit
a62ddb748f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue