mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -440,7 +440,7 @@ interactive environment for the functional language Haskell.")
|
||||||
interactive environment for the functional language Haskell.")
|
interactive environment for the functional language Haskell.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-8
|
(define-public ghc-8.4
|
||||||
(package (inherit ghc-8.0)
|
(package (inherit ghc-8.0)
|
||||||
(name "ghc")
|
(name "ghc")
|
||||||
(version "8.4.3")
|
(version "8.4.3")
|
||||||
|
@ -572,6 +572,8 @@ interactive environment for the functional language Haskell.")
|
||||||
(file-pattern ".*\\.conf\\.d$")
|
(file-pattern ".*\\.conf\\.d$")
|
||||||
(file-type 'directory))))))
|
(file-type 'directory))))))
|
||||||
|
|
||||||
|
(define-public ghc-8 ghc-8.4)
|
||||||
|
|
||||||
(define-public ghc ghc-8)
|
(define-public ghc ghc-8)
|
||||||
|
|
||||||
(define-public ghc-hostname
|
(define-public ghc-hostname
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue