mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Move the deprecated 'ghc-stylish-haskell' closer to its replacement.
Inheritance across modules can cause unbound variable errors because of cyclic dependencies between the modules. * gnu/packages/haskell-xyz.scm (ghc-stylish-haskell): Move from here ... * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): ... to here.
This commit is contained in:
parent
9e9dd4098f
commit
1e19569b41
2 changed files with 3 additions and 3 deletions
|
@ -777,3 +777,6 @@ (define-public stylish-haskell
|
|||
default)
|
||||
@end itemize")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-stylish-haskell
|
||||
(deprecated-package "ghc-stylish-haskell" stylish-haskell))
|
||||
|
|
|
@ -11118,9 +11118,6 @@ (define-public ghc-stringsearch
|
|||
occurrences of a substring (the first in case of overlaps) with another.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-stylish-haskell
|
||||
(deprecated-package "ghc-stylish-haskell" stylish-haskell))
|
||||
|
||||
(define-public ghc-svg-builder
|
||||
(package
|
||||
(name "ghc-svg-builder")
|
||||
|
|
Loading…
Reference in a new issue