From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Cabal imports and conditionals Date: Mon, 19 Oct 2015 18:07:14 +0200 Message-ID: <871tcqyh8t.fsf@gnu.org> 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]:34404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoCy7-0003xJ-6P for guix-devel@gnu.org; Mon, 19 Oct 2015 12:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoCy6-0002pa-Bm for guix-devel@gnu.org; Mon, 19 Oct 2015 12:07:27 -0400 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: guix-devel Cc: Federico Beffa An interesting discussion of the NixOS people as to whether to evaluate Cabal conditionals at =E2=80=9Cimport time=E2=80=9D (what Fede=E2=80=99s Ca= bal importer does), or whether to keep them so the final recipes so we can take advantage of them to define package variants: http://permalink.gmane.org/gmane.linux.distributions.nixos/18345 Ludo=E2=80=99.