From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Adding Purescript Date: Mon, 21 Oct 2019 13:42:27 -0700 Message-ID: Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40618) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMeVd-00030I-M5 for guix-devel@gnu.org; Mon, 21 Oct 2019 16:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMeVb-0005H8-S9 for guix-devel@gnu.org; Mon, 21 Oct 2019 16:42:32 -0400 Received: from mail-pf1-x435.google.com ([2607:f8b0:4864:20::435]:34472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMeVb-0005Gq-Ed for guix-devel@gnu.org; Mon, 21 Oct 2019 16:42:31 -0400 Received: by mail-pf1-x435.google.com with SMTP id b128so9170570pfa.1 for ; Mon, 21 Oct 2019 13:42:30 -0700 (PDT) Received: from [192.168.1.23] (wsip-174-66-85-188.oc.oc.cox.net. [174.66.85.188]) by smtp.gmail.com with ESMTPSA id w12sm19678240pfq.138.2019.10.21.13.42.28 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 21 Oct 2019 13:42:28 -0700 (PDT) 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: guix-devel Hi guix, I have packaged PureScript in a channel and I would like to merge it Some o= f its dependencies are from hackage and are much newer than those in the sta= ckage snapshot we use. So my question is where should the dependencies belo= ng? Thanks! John=