From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41965) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icP9v-0001gN-7d for guix-patches@gnu.org; Wed, 04 Dec 2019 02:33:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icP9l-0000xr-Br for guix-patches@gnu.org; Wed, 04 Dec 2019 02:33:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35396) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icP9h-0000wC-WE for guix-patches@gnu.org; Wed, 04 Dec 2019 02:33:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icP9h-0005kj-RV for guix-patches@gnu.org; Wed, 04 Dec 2019 02:33:01 -0500 Subject: [bug#38488] [PATCH] GHC-HAPPSTACK-SERVER Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:41175) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icP8r-0001MS-DI for guix-patches@gnu.org; Wed, 04 Dec 2019 02:32:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icP8o-0008NN-Qe for guix-patches@gnu.org; Wed, 04 Dec 2019 02:32:07 -0500 Received: from mout02.posteo.de ([185.67.36.66]:59377) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icP8n-0008Fx-SY for guix-patches@gnu.org; Wed, 04 Dec 2019 02:32:06 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C68792400FB for ; Wed, 4 Dec 2019 08:32:02 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47SVss58DLz9rxH for ; Wed, 4 Dec 2019 08:32:01 +0100 (CET) From: Brett Gilio Date: Wed, 04 Dec 2019 01:31:51 -0600 Message-ID: <871rtkr1g8.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38488@debbugs.gnu.org This patch series introduces two new variables. -- ghc-sendfile -- ghc-happstack-server ghc-sendfile was added as a necessary input for ghc-happstack-server. Let me know what you all think! -- Brett M. Gilio https://git.sr.ht/~brettgilio/