about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-01-05T16·16+0100
committerclbot <clbot@tvl.fyi>2023-01-06T12·14+0000
commit5634172a7fa97807f2e20cb12e33d2f6275649b6 (patch)
tree8111c0d4ea20d26ff1eef2d4c1fc1d9c95e98b9f /third_party/overlays
parent5946b47ab7bf3a80c4f756700087f7064f9b81de (diff)
chore(3p/sources): Bump channels & overlays r/5596
* //3p/overlays/haskell: clean up upstreamed override

Change-Id: I5e2cf22f62cb3bac2d8e17d6db801f12ed29ca8c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7773
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/haskell/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/overlays/haskell/default.nix b/third_party/overlays/haskell/default.nix
index d80f377db8..5b1ae52380 100644
--- a/third_party/overlays/haskell/default.nix
+++ b/third_party/overlays/haskell/default.nix
@@ -29,10 +29,6 @@ in
       # TODO: this is to fix a bug in dhall-nix
       dhall = dhall-source "dhall" hsSuper.dhall;
       dhall-nix = dhall-source "dhall-nix" hsSuper.dhall-nix;
-
-      # Wait for upstream to remove the broken flag
-      graphmod = assert hsSuper.graphmod.meta.broken;
-        haskellLib.markUnbroken hsSuper.graphmod;
     };
   };