mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-8.8: Rename to ghc-next.
This fixes <https://issues.guix.gnu.org/issue/47335>. * gnu/packages/haskell.scm (ghc-8.8)[name]: Rename to ghc-next.
This commit is contained in:
parent
69f7a8f476
commit
39b43d0d04
1 changed files with 6 additions and 1 deletions
|
@ -612,9 +612,14 @@ interactive environment for the functional language Haskell.")
|
||||||
(file-pattern ".*\\.conf\\.d$")
|
(file-pattern ".*\\.conf\\.d$")
|
||||||
(file-type 'directory))))))
|
(file-type 'directory))))))
|
||||||
|
|
||||||
|
;; Versions newer than ghc defined below (i.e. the compiler
|
||||||
|
;; haskell-build-system uses) should use ghc-next as their name to
|
||||||
|
;; ensure ghc (without version specification) and ghc-* packages are
|
||||||
|
;; always compatible. See https://issues.guix.gnu.org/issue/47335.
|
||||||
|
|
||||||
(define-public ghc-8.8
|
(define-public ghc-8.8
|
||||||
(package (inherit ghc-8.6)
|
(package (inherit ghc-8.6)
|
||||||
(name "ghc")
|
(name "ghc-next")
|
||||||
(version "8.8.4")
|
(version "8.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue