From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 21/42] gnu: Add ghc-process. Date: Tue, 20 Sep 2016 21:13:11 -0400 Message-ID: <20160921011311.GI26508@jasmine> References: <20160918161022.26135-1-ng0@we.make.ritual.n0.is> <20160918161022.26135-21-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VkqCAaSJIySsbD6j" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW6E-0008T1-7S for guix-devel@gnu.org; Tue, 20 Sep 2016 21:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmW6B-0005d0-VX for guix-devel@gnu.org; Tue, 20 Sep 2016 21:13:21 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:54850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmW6B-0005ZH-O4 for guix-devel@gnu.org; Tue, 20 Sep 2016 21:13:19 -0400 Content-Disposition: inline In-Reply-To: <20160918161022.26135-21-ng0@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org --VkqCAaSJIySsbD6j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 18, 2016 at 04:10:01PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-process): New variable. --VkqCAaSJIySsbD6j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0008-ghc-process-synopsis-fix.patch" >From c844ea27ba69a62d68e1e57f68564e5a29f7a93a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Sep 2016 20:58:03 -0400 Subject: [PATCH 8/8] ghc-process synopsis fix --- 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 3d6d806..c76b12f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6961,7 +6961,7 @@ files and directories in a portable way.") "1v1bav5isqxq9fc4lw714x94qbfsjbm2nn12kjp69r1ql8jaaaqw")))) (build-system haskell-build-system) (home-page "http://hackage.haskell.org/package/process") - (synopsis "Process libraries") + (synopsis "System process libraries") (description "This package contains libraries for dealing with system processes.") (license license:bsd-3))) -- 2.10.0 --VkqCAaSJIySsbD6j--