From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 36/43] gnu: Add ghc-chell-quickcheck-bootstrap. Date: Mon, 5 Sep 2016 16:36:09 -0400 Message-ID: <20160905203609.GB3392@jasmine> References: <20160904161742.27197-1-ng0@we.make.ritual.n0.is> <20160904161742.27197-36-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh0cx-0003kD-PK for guix-devel@gnu.org; Mon, 05 Sep 2016 16:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh0ct-0003rX-Kw for guix-devel@gnu.org; Mon, 05 Sep 2016 16:36:22 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:46167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh0cs-0003qs-EW for guix-devel@gnu.org; Mon, 05 Sep 2016 16:36:19 -0400 Content-Disposition: inline In-Reply-To: <20160904161742.27197-36-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 On Sun, Sep 04, 2016 at 04:17:35PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable. > + (arguments > + `(#:tests? #f)) This will need a comment explaining why.