From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48539) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFMjX-0006RH-8W for guix-patches@gnu.org; Fri, 20 Mar 2020 14:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFMjW-0003Rz-6z for guix-patches@gnu.org; Fri, 20 Mar 2020 14:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFMjV-0003R4-Vs for guix-patches@gnu.org; Fri, 20 Mar 2020 14:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFMjV-0006Yr-Ui for guix-patches@gnu.org; Fri, 20 Mar 2020 14:51:01 -0400 Subject: [bug#40042] [PATCH] gnu: ghc-extra: Update to 1.7.1. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20200312152016.3910-1-brown121407@posteo.ro> References: <20200312152016.3910-1-brown121407@posteo.ro> Date: Fri, 20 Mar 2020 19:49:50 +0100 Message-ID: <87pnd67tf5.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: brown121407@posteo.ro, 40042@debbugs.gnu.org Cc: Alexandru-Sergiu Marton , Timothy Sample , Leo Famulari --=-=-= Content-Type: text/plain brown121407@posteo.ro writes: > From: Alexandru-Sergiu Marton > > * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1. Note that we follow the Stackage LTS releases to ensure the various Haskell packages work nicely together. The latest Stackage release of Extra is 1.6.21, as reported by 'guix refresh': $ ./pre-inst-env guix refresh ghc-extra following redirection to `https://www.stackage.org/lts'... following redirection to `https://www.stackage.org/lts-15.4'... gnu/packages/haskell-xyz.scm:3777:13: warning: 1.7.1 is greater than the latest known version of ghc-extra (1.6.21) So I wonder if we should downgrade this package to avoid compatibility problems. Thoughts? By the way, if you use './pre-inst-env guix refresh -u PACKAGE-NAME' to update packages, it will choose the correct version for you. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl51EE4ACgkQoqBt8qM6 VPoboQf/RlCw8SAf/eIkfVeChuRbS1ZGD9QJkDhD83hamuQUsKW9o5DFILCFe2iM NCPleBxiWMdRx852q3vzh26oKjQrpimkzHV72Zhhl6JDJW2T6uUvfYEm+dnWBceQ xzaMtcfwmKD1HFc9jzC+5sPu0BoEBzyiG+PyAgxXlVjU3JemUhFVO6i1mdwTQMVM 0vyDedE95d3YsSZSYhQE2jhC+aJeHAPA4lVJ3R+lRl1d13diRBn260LYift1recI eUYbNA1mrDPegrbjWM4ZTsKTdEh4kmgLaFvoJyQRWjn+lYZyBnMh6XM3TnE1Q1J5 taZjpeigIGHH01Am1IfLVOB/i5d7Ow== =Aizm -----END PGP SIGNATURE----- --=-=-=--