[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/22: gnu: Move the deprecated 'ghc-stylish-haskell' closer to its repl
From: |
guix-commits |
Subject: |
01/22: gnu: Move the deprecated 'ghc-stylish-haskell' closer to its replacement. |
Date: |
Sun, 29 Mar 2020 16:37:45 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1e19569b41c7fa756ce1afdb1dabdfe3840cd940
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 29 21:15:59 2020 +0200
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.
---
gnu/packages/haskell-apps.scm | 3 +++
gnu/packages/haskell-xyz.scm | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 12cb857..42ceb07 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -777,3 +777,6 @@ Replace some ASCII sequences by their Unicode equivalent
(turned off by
default)
@end itemize")
(license license:bsd-3)))
+
+(define-public ghc-stylish-haskell
+ (deprecated-package "ghc-stylish-haskell" stylish-haskell))
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0828dc9..f2d0222 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11118,9 +11118,6 @@ functions for breaking or splitting on substrings and
replacing all
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")
- branch master updated (9e9dd40 -> 3bf45ff), guix-commits, 2020/03/29
- 01/22: gnu: Move the deprecated 'ghc-stylish-haskell' closer to its replacement.,
guix-commits <=
- 07/22: gnu: Add ghc-pwstore-fast., guix-commits, 2020/03/29
- 08/22: gnu: Add ghc-html-conduit., guix-commits, 2020/03/29
- 10/22: gnu: ghc-persistent-template: Update to 2.8.0., guix-commits, 2020/03/29
- 11/22: gnu: Add ghc-persistent-test., guix-commits, 2020/03/29
- 12/22: gnu: ghc-persistent-sqlite: Update to 2.10.5.2., guix-commits, 2020/03/29
- 04/22: gnu: Add ghc-project-template., guix-commits, 2020/03/29
- 03/22: gnu: Add emacs-hlint-refactor-mode., guix-commits, 2020/03/29
- 02/22: gnu: Add apply-refact., guix-commits, 2020/03/29
- 13/22: gnu: ghc-scalpel: Fix typo in description., guix-commits, 2020/03/29
- 22/22: gnu: font-jetbrains-mono: Update to 1.0.3., guix-commits, 2020/03/29