From 7b88e4fa9b58b7c395433ed831e4f072e1b0c6d2 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 2 Jan 2023 16:58:39 +0100 Subject: chore(3p/sources): Bump channels & overlays * //3p/overlays/haskell: upstream has the correct version of graphmod now, but the updated meta set is not yet in the channel. Change-Id: I55f23c6145d71346ced77d3c349e712f29752b9d Reviewed-on: https://cl.tvl.fyi/c/depot/+/7730 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: sterni --- third_party/overlays/haskell/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/overlays/haskell/default.nix') diff --git a/third_party/overlays/haskell/default.nix b/third_party/overlays/haskell/default.nix index c08932c74def..d80f377db866 100644 --- a/third_party/overlays/haskell/default.nix +++ b/third_party/overlays/haskell/default.nix @@ -30,9 +30,9 @@ in dhall = dhall-source "dhall" hsSuper.dhall; dhall-nix = dhall-source "dhall-nix" hsSuper.dhall-nix; - # Use recently-released version that has 9.2 support - graphmod = assert hsSuper.graphmod != "1.4.5.1"; - hsSelf.callPackage ./extra-pkgs/graphmod-1.4.5.1.nix { }; + # Wait for upstream to remove the broken flag + graphmod = assert hsSuper.graphmod.meta.broken; + haskellLib.markUnbroken hsSuper.graphmod; }; }; -- cgit 1.4.1