From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 08/24] gnu: Add ghc-hunit Date: Wed, 08 Apr 2015 10:06:16 +0200 Message-ID: <87fv8b3uyv.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfl0C-0006MN-N5 for guix-devel@gnu.org; Wed, 08 Apr 2015 04:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfl08-00042G-BT for guix-devel@gnu.org; Wed, 08 Apr 2015 04:06:24 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfl08-000429-8U for guix-devel@gnu.org; Wed, 08 Apr 2015 04:06:20 -0400 In-Reply-To: (Federico Beffa's message of "Mon, 6 Apr 2015 18:43:28 +0200") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > From 74c1d7a6e9827876238a6724b81cf449dd213bc3 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Fri, 27 Mar 2015 16:08:00 +0100 > Subject: [PATCH 08/24] gnu: Add ghc-hunit > > * gnu/packages/haskell.scm (ghc-hunit): New variable. OK. > + "HUnit is a unit testing framework for Haskell, inspired by the > +JUnit tool for Java, see: .") I think you can omit the URL here. Thanks, Ludo=E2=80=99.