Skip to content

Commit b05db13

Browse files
committed
Pull in old implicit-hie-cradle
1 parent c0a4200 commit b05db13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
github = overrideCabal hsuper.github (drv: { patches = []; });
7373
# We need an older version
7474
hiedb = hself.hiedb_0_4_1_0;
75+
76+
implicit-hie-cradle = hself.callCabal2nix "implicit-hie-cradle"
77+
(builtins.fetchTarball {
78+
url = "https://hackage.haskell.org/package/implicit-hie-cradle-0.3.0.5/implicit-hie-cradle-0.3.0.5.tar.gz";
79+
sha256 = "15a7g9x6cjk2b92hb2wilxx4550msxp1pmk5a2shiva821qaxnfq";
80+
}) { };
7581
};
7682

7783
hlsSources =

0 commit comments

Comments
 (0)