From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH] gnu: Add ghc-base64-bytestring. Date: Thu, 22 Oct 2015 12:44:38 +0200 Message-ID: <878u6vrxm1.fsf@denknerd.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445483479-19104-3-git-send-email-ericbavier@openmailbox.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDMS-0008OS-Ma for guix-devel@gnu.org; Thu, 22 Oct 2015 06:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpDMP-00081W-Ha for guix-devel@gnu.org; Thu, 22 Oct 2015 06:44:44 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:60792 helo=mx-out02.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDMP-00081Q-BB for guix-devel@gnu.org; Thu, 22 Oct 2015 06:44:41 -0400 In-reply-to: <1445483479-19104-3-git-send-email-ericbavier@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: ericbavier@openmailbox.org Cc: guix-devel@gnu.org On 2015-10-22 at 05:10, quoth ericbavier@openmailbox.org: >> + (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing. >> + (inputs >> + `(("ghc-quickcheck" ,ghc-quickcheck) >> + ("ghc-hunit" ,ghc-hunit))) > > These inputs could probably be left out if #:tests? #f. Correct. Fixed. >> + (home-page "https://github.com/bos/base64-bytestring") >> + (synopsis "Fast base64 encoding and decoding for ByteStrings") > > Perhaps leave out the "Fast" part. Done.