From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8KDwClYUn1/STAAA0tVLHw (envelope-from ) for ; Sun, 01 Nov 2020 20:02:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6LbNBlYUn1+PFwAA1q6Kng (envelope-from ) for ; Sun, 01 Nov 2020 20:02:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 850239402DD for ; Sun, 1 Nov 2020 20:02:29 +0000 (UTC) Received: from localhost ([::1]:56112 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZJYa-0008BI-6t for larch@yhetil.org; Sun, 01 Nov 2020 15:02:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZJYR-0008B2-03 for guix-devel@gnu.org; Sun, 01 Nov 2020 15:02:19 -0500 Received: from mira.cbaines.net ([212.71.252.8]:60436) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZJYO-0006hQ-UR for guix-devel@gnu.org; Sun, 01 Nov 2020 15:02:18 -0500 Received: from localhost (188.28.126.167.threembb.co.uk [188.28.126.167]) by mira.cbaines.net (Postfix) with ESMTPSA id 6F36827BBF2; Sun, 1 Nov 2020 20:02:14 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 13b09c0b; Sun, 1 Nov 2020 20:02:12 +0000 (UTC) References: <20201023074653.8885-1-carloholl@gmail.com> <20201101020236.1108-1-carloholl@gmail.com> <87a6w1xkmi.fsf@cbaines.net> <87eeldym1l.fsf@elephly.net> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines To: guix-devel@gnu.org, Ricardo Wurmus Subject: Haskell package versions (was bug#44174: [PATCH v2 00/15] Add hledger and its dependencies.) In-reply-to: <87eeldym1l.fsf@elephly.net> Date: Sun, 01 Nov 2020 20:02:02 +0000 Message-ID: <87k0v4rglh.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/01 15:02:14 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: fOFUSGF+l1R6 --=-=-= Content-Type: text/plain Ricardo Wurmus writes: > Christopher Baines writes: > >>> Carlo Holl (15): >>> gnu: Add ghc-control-monad-free. >>> gnu: Add ghc-csv. >>> gnu: Add ghc-decimal. >>> gnu: ghc-doctest: Update to 0.16.3. >>> gnu: Add ghc-hspec-megaparsec. >>> gnu: Add ghc-lucid. >>> gnu: Add ghc-only. >>> gnu: Add ghc-text-short. >>> gnu: Add ghc-tabular. >>> gnu: Add ghc-uglymemo. >>> gnu: Add ghc-wizards. >>> gnu: Add ghc-cassava. >>> gnu: Add ghc-cassava-megaparsec. >>> gnu: Add ghc-hledger-lib. >>> gnu: Add hledger. >>> >>> gnu/packages/finance.scm | 63 ++++ >>> gnu/packages/haskell-xyz.scm | 557 ++++++++++++++++++++++++++++++++++- >>> 2 files changed, 608 insertions(+), 12 deletions(-) >> >> Awesome! I went through and tweaked some descriptions and wrapping and >> pushed to master as e6bfb02eb79777b760031384d4a3c14239f7fb55. > > Unfortunately, some of these packages are the latest versions on > Hackage, but we need to ensure that all Haskell packages are picked at > versions corresponding to the currently supported version of LTSHaskell > in Guix. We are behind the current LTSHaskell with our packages, so now > we have the situation where we have packages that are *newer* than the > latest LTSHaskell release and packages that are *older* than what the > latest LTSHaskell release prescribes. > > We should fix this soon, because mixing Haskell packages from different > LTS releases (or even ignoring the LTS releases in favour of the latest > versions on Hackage) results in dependency hell for those users who want > to use Guix for Haskell development. I'm not really aware of any Haskell specific packaging practices, and while I can't guarantee I'd have read it, if there is a reason to not use the latest version of Haskell packages, it would be good to have that reason set out in the docs [1]. 1: https://guix.gnu.org/manual/en/html_node/Packaging-Guidelines.html#Packaging-Guidelines I didn't look too carefully at the versions here, apart from the ghc-doctest package, where I concluded that any related packages that failed to build were already broken. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+fFDpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcbFg/7B+lHauUgPqNYfS9OpaCUc58DvCdU+Ilh FbnG6j4vTKZq3UfnXTJy4liC28GtB93CYfML15MI+QmIIir8bnu7QQuxVNkaimY5 FH+p46usiIQx2LNn/Q7dZCf3O9cBMrNbcJsth0Lvcg8MMNQWnJY/3P9zzYwENPtI VU0QEIxGn1X55jSd6f3bPG97HwAtbY/exomBlyu5XIJk5BBM8c73qho7kZt55/is i9MgzTbZbMlHqreh2AKgpDvN9LPB8oJ/Vkfvv7umpU9l2KQ+aBmV7vIk9OMIxF7I Q/Ve52pGsGbenkeUihgs6myqwGLZ5WrQY1S0gyTZKzrEaLahtjFJClgFS3O/fQ11 oyYmDGBlYOxAeXAp/M+5tgc3tUziPwtEP9/f+GWQ7coYzsTVRYkNynYuRQPBtSg6 14iKc5WSz4D+5CbaOTPwoeAIhC/MBVly/i8RCH792JDBFDed7Ms6+4ri1IKL7QP/ AE7AnkPOcw/pls6bKzZdAOiIfOVWpR4ubPfJ+rtM6AXJKrbOnaGIbMFDmjdW3d2F z7VL17C2YU7CpmazyHOQecd49xTLVw+6VidHZqsSYXZcF5A4j9dA4fqX37dYe+s9 m2+c2NXiWn2t2r9bhWW44onr7fihSK3WhK4wqnX+Cw+J7e8/FFeuJT+dVtrtV04T 0tW9O71LqFk= =F02X -----END PGP SIGNATURE----- --=-=-=--