From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH 16/43] gnu: ghc-ansi-terminal: New variable. Date: Tue, 20 Oct 2015 15:45:28 +0200 Message-ID: <87mvvd4ps7.fsf@denknerd.org> References: <1444911697-15515-1-git-send-email-paul@denknerd.org> <1444911697-15515-16-git-send-email-paul@denknerd.org> <20151019085331.4d67db09@openmailbox.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoXEP-0006mo-13 for guix-devel@gnu.org; Tue, 20 Oct 2015 09:45:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoXEK-0005Tv-6x for guix-devel@gnu.org; Tue, 20 Oct 2015 09:45:36 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:28609 helo=mx-out01.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoXEK-0005Tl-12 for guix-devel@gnu.org; Tue, 20 Oct 2015 09:45:32 -0400 In-reply-to: <20151019085331.4d67db09@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org On 2015-10-19 at 15:53, quoth Eric Bavier: >> + (synopsis "Simple ANSI terminal support, with Windows compatibility") > > We don't really care about Winblows compatibility, and "simple" is > subjective. How about: " ANSI terminal support for Haskell" Done, and >> + (description "ANSI terminal support for Haskell: allows cursor movement, >> +screen clearing, color output showing or hiding the cursor, and changing the >> +title. Compatible with Windows and those Unixes with ANSI terminals, but only >> +GHC is supported as a compiler.") >> + (license bsd-3))) > > Ditto here. I think we can leave off the last sentence entirely. done.