From f728dbf50cf9ccabfeb25b7f80bd8e4bd29d736e Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 4 Sep 2022 13:53:29 +0100
Subject: [PATCH] Pull ghc-tcplugins-extra from hackage

---
 flake.nix   | 4 ----
 overlay.nix | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/flake.nix b/flake.nix
index 0bcd1439..48157ae0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,10 +26,6 @@
       url = "github:parsonsmatt/foundation";
       flake = false;
     };
-    ghc-tcplugins-extra = {
-      url = "github:clash-lang/ghc-tcplugins-extra/8852d8ad94effa39e3400a243b21ae444df6c69e";
-      flake = false;
-    };
     lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
     haskell-flake.url = "github:srid/haskell-flake";
     integer-logarithms = {
diff --git a/overlay.nix b/overlay.nix
index 0e6fa60a..84b36057 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -91,7 +91,7 @@ final: prev: with pkgs.haskell.lib; {
 
   ghc-paths = prev.callHackage "ghc-paths" "0.1.0.12" { };
 
-  ghc-tcplugins-extra = final.callCabal2nix "ghc-tcplugins-extra" inputs.ghc-tcplugins-extra { };
+  ghc-tcplugins-extra = prev.callHackage "ghc-tcplugins-extra" "0.4.3" { };
 
   hashable = prev.callHackage "hashable" "1.4.1.0" { };
 
-- 
GitLab