From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36478) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLWzn-00026x-FW for guix-patches@gnu.org; Fri, 18 Oct 2019 14:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLWzm-00088e-C6 for guix-patches@gnu.org; Fri, 18 Oct 2019 14:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLWzm-00088W-8R for guix-patches@gnu.org; Fri, 18 Oct 2019 14:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLWzm-0005x1-2u for guix-patches@gnu.org; Fri, 18 Oct 2019 14:29:02 -0400 Subject: [bug#37717] [PATCH 2/3] gnu: Add ghc-unagi-chan. Resent-Message-ID: From: Marius Bakke In-Reply-To: References: <4551b258-a4e3-49f8-9c22-5840edbbd3a7@www.fastmail.com> Date: Fri, 18 Oct 2019 20:28:31 +0200 Message-ID: <87r239ykkw.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Alex Griffin , 37717@debbugs.gnu.org --=-=-= Content-Type: text/plain "Alex Griffin" writes: > From 12b43fc165aafce2844f8edf9dad99f89bcad943 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Sat, 12 Oct 2019 13:45:35 -0500 > Subject: [PATCH 2/3] gnu: Add ghc-unagi-chan. > > * gnu/packages/haskell-xyz.scm (ghc-unagi-chan): New variable. [...] > +(define-public ghc-unagi-chan > + (package > + (name "ghc-unagi-chan") > + (version "0.4.1.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://hackage.haskell.org/package/unagi-chan/unagi-chan-" > + version > + ".tar.gz")) I did not find this package in Stackage 12.26, so I guess it's OK to take this one. It's nice if you can prettify these lines, though :-) > + (sha256 > + (base32 > + "1lnl5n4jnjmm4chp461glcwkrrw63rjz3fvprwxcy3lkpbkrqvgn")))) > + (build-system haskell-build-system) > + (inputs > + `(("ghc-atomic-primops" ,ghc-atomic-primops) > + ("ghc-primitive" ,ghc-primitive))) > + (arguments > + `(#:tests? #f ; FIXME: Tests can't find Data.Primitive.Addr Should this not be provided by 'ghc-primitive'? Perhaps it is expecting a different version? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl2qBE8ACgkQoqBt8qM6 VPp2fggAk/alKO5xsVoUC2iz5JZRGykjiZB3ocumkurofE2cISKziE+aaje1zM36 FWJOxsBYDWMV/SVdkPEN2Mf2iYFjafy9QCCQif+fBnST5+lswMUeY3tB0tzL02Lv /YUwRTLqUf0u01K9izOljGYuIh+SmP/7OIgK1lZsSG1Q6y2LTQs06w8fzHZ6cbJj zkWshc1com4NVIFE+7hc+RRNE6czwRQ6mNOIM0iDgPLBpXt2XpBxphYE8GWSua6g wIrx2vY55+5hlDrznt39RuTCcjkYW9rJ7cTQfEOn5atUAOZQpsssPmJzaemZi2GP f0hrcREMieAty48rjW6Nhx6ka41/Ig== =MHL9 -----END PGP SIGNATURE----- --=-=-=--