From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvma7-00074U-AQ for guix-patches@gnu.org; Sat, 23 Sep 2017 11:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvma6-0007NZ-FJ for guix-patches@gnu.org; Sat, 23 Sep 2017 11:43:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvma6-0007NL-CF for guix-patches@gnu.org; Sat, 23 Sep 2017 11:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dvma6-0006Us-6C for guix-patches@gnu.org; Sat, 23 Sep 2017 11:43:02 -0400 Subject: [bug#28547] [PATCH] gnu: Add cl-yale-haskell. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170922110326.21325-1-rekado@elephly.net> Date: Sat, 23 Sep 2017 17:42:03 +0200 In-Reply-To: <20170922110326.21325-1-rekado@elephly.net> (Ricardo Wurmus's message of "Fri, 22 Sep 2017 13:03:26 +0200") Message-ID: <87shfd2zhw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ricardo Wurmus Cc: 28547@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/haskell.scm (cl-yale-haskell): New variable. LGTM! > + (home-page "http://git.elephly.net/software/yale-haskell.git") > + (synopsis "Port of the Yale Haskell system to CLISP") > + (description "This package provides the Yale Haskell system runnin= g on > +top of CLISP.") Crazy stuff! :-) Ludo=E2=80=99.