chore(third_party/overlays/haskell): use newest ihp-hsx

Change-Id: If9b9b939fb2e32dbcd1dbc3a0737a1877a026ab1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13214
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2025-03-07 14:17:34 +01:00
parent 1c205394a1
commit f5c7f9e666

View file

@ -36,19 +36,6 @@ in
ansi-wl-pprint = hsSelf.prettyprinter;
});
ihp-hsx = lib.pipe hsSuper.ihp-hsx [
(haskellLib.overrideSrc {
version = "unstable-2023-03-28";
src = "${self.fetchFromGitHub {
owner = "digitallyinduced";
repo = "ihp";
rev = "ab4ecd05f4e7b6b3c4b74b82d39fc6c5cc48766b";
sha256 = "1fj5q9lygnmvqqv2fwqdj12sv63gkdfv5ha6fi190sv07dp9n9an";
}}/ihp-hsx";
})
haskellLib.doJailbreak
];
pa-prelude = hsSelf.callPackage ./extra-pkgs/pa-prelude.nix { };
pa-error-tree = hsSelf.callPackage ./extra-pkgs/pa-error-tree-0.1.0.0.nix { };
pa-field-parser = hsSelf.callPackage ./extra-pkgs/pa-field-parser.nix { };