From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gG7kLGfUol+hewAA0tVLHw (envelope-from ) for ; Wed, 04 Nov 2020 16:18:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id CLu0KGfUol+uAQAA1q6Kng (envelope-from ) for ; Wed, 04 Nov 2020 16:18:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2512B9404E0 for ; Wed, 4 Nov 2020 16:18:46 +0000 (UTC) Received: from localhost ([::1]:54060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaLUi-00026J-91 for larch@yhetil.org; Wed, 04 Nov 2020 11:18:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaLHS-0005fV-D2 for guix-patches@gnu.org; Wed, 04 Nov 2020 11:05:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38794) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kaLHS-0005sI-2z for guix-patches@gnu.org; Wed, 04 Nov 2020 11:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kaLHR-0006DC-UC for guix-patches@gnu.org; Wed, 04 Nov 2020 11:05:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44425] [PATCH 1/3] gnu: Add ghc-mountpoints. Resent-From: Christopher Lemmer Webber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 04 Nov 2020 16:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44425 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Timothy Sample Cc: 44425@debbugs.gnu.org Received: via spool by 44425-submit@debbugs.gnu.org id=B44425.160450588623852 (code B ref 44425); Wed, 04 Nov 2020 16:05:01 +0000 Received: (at 44425) by debbugs.gnu.org; 4 Nov 2020 16:04:46 +0000 Received: from localhost ([127.0.0.1]:50340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kaLHB-0006Cd-OM for submit@debbugs.gnu.org; Wed, 04 Nov 2020 11:04:45 -0500 Received: from dustycloud.org ([50.116.34.160]:38454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kaLH9-0006CU-LU for 44425@debbugs.gnu.org; Wed, 04 Nov 2020 11:04:44 -0500 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id C8CF0265C8; Wed, 4 Nov 2020 11:04:18 -0500 (EST) References: <878sbi9rbb.fsf@dustycloud.org> <871rha9qx9.fsf@dustycloud.org> <87v9em8551.fsf@dustycloud.org> <87ft5pzqbf.fsf@ngyro.com> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Lemmer Webber In-reply-to: <87ft5pzqbf.fsf@ngyro.com> Date: Wed, 04 Nov 2020 11:03:52 -0500 Message-ID: <87v9el6rdj.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: TytrGajm97zH Timothy Sample writes: > Hi Christopher, > > Christopher Lemmer Webber writes: > >> Here we go... this actually works now. Working git-annex assistant! > > That was fast! > > I have two little notes. (1) Packages in =E2=80=9Chaskell-xyz.scm=E2=80= =9D are sorted > alphabetically, so the new packages shouldn=E2=80=99t go at the end (that= file > is something of an outlier there). Okay, I'll fix that. > (2) The license of ghc-network-multicast is not really clear. > According to =E2=80=9CLICENSE=E2=80=9D and =E2=80=9Cnetwork-multicast.cab= al=E2=80=9D, it is CC0. > However, at the top of the only source file, > =E2=80=9Csrc/Network/Multicast.hsc=E2=80=9D, it has =E2=80=9CLicense: MIT= License=E2=80=9D as a > comment. I don=E2=80=99t think there=E2=80=99s a right answer for us, an= d I think > your choice of the Expat license is reasonable, but maybe it deserves > a comment? Yes, I observed that also. Both are listed. Functionally I think that makes it effectively Expat/MIT, though notably CC0 has a nontrivial "fallback license" associated with it in the cases where public domain is not recognized in a jurisdiction, so it's probably more both. I'll leave a comment, I think that'll be sufficient. > Otherwise, it all lints, builds, runs fine, and LGTM! Woo woo! Will make the changes you suggested and then push. > -- Tim