From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52397) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hksSN-0004I7-0l for guix-patches@gnu.org; Tue, 09 Jul 2019 11:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hksSL-0002Ym-Va for guix-patches@gnu.org; Tue, 09 Jul 2019 11:55:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53294) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hksSL-0002Yg-Ro for guix-patches@gnu.org; Tue, 09 Jul 2019 11:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hksSL-0005As-NL for guix-patches@gnu.org; Tue, 09 Jul 2019 11:55:01 -0400 Subject: [bug#36562] [PATCH 2/6] Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8." Resent-Message-ID: From: Robert Vollmert Date: Tue, 9 Jul 2019 17:53:51 +0200 Message-Id: <20190709155355.1078-2-rob@vllmrt.net> In-Reply-To: <20190709155355.1078-1-rob@vllmrt.net> References: <20190709155355.1078-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36562@debbugs.gnu.org Cc: Robert Vollmert This reverts commit 5a499d0f7d5b98443ed0b2c41f2651f66a84ab5e. --- gnu/packages/haskell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ed045cab83..cca7209f69 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -3990,7 +3990,7 @@ instances of the @code{Pretty} class.") "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56")))) (build-system haskell-build-system) (inputs - `(("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8))) + `(("ghc-ansi-terminal" ,ghc-ansi-terminal))) (home-page "https://github.com/ekmett/ansi-wl-pprint") (synopsis "Wadler/Leijen Pretty Printer for colored ANSI terminal output") (description "This is a pretty printing library based on Wadler's paper -- 2.20.1 (Apple Git-117)