Skip to content
Snippets Groups Projects
Commit f728dbf5 authored by Daniel Firth's avatar Daniel Firth
Browse files

Pull ghc-tcplugins-extra from hackage

parent 07f315ff
No related merge requests found
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
url = "github:parsonsmatt/foundation"; url = "github:parsonsmatt/foundation";
flake = false; 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"; lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
haskell-flake.url = "github:srid/haskell-flake"; haskell-flake.url = "github:srid/haskell-flake";
integer-logarithms = { integer-logarithms = {
......
...@@ -91,7 +91,7 @@ final: prev: with pkgs.haskell.lib; { ...@@ -91,7 +91,7 @@ final: prev: with pkgs.haskell.lib; {
ghc-paths = prev.callHackage "ghc-paths" "0.1.0.12" { }; 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" { }; hashable = prev.callHackage "hashable" "1.4.1.0" { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment