haskellPackages.http-client: add dependency on safe for windows

This commit is contained in:
Alexandre Esteves
2026-02-14 21:22:37 +00:00
parent b2b6246ed8
commit 35dd3a3a2a
@@ -8,6 +8,8 @@ with haskellLib;
(self: super: {
# cabal2nix doesn't properly add dependencies conditional on os(windows)
http-client = addBuildDepends [ self.safe ] super.http-client;
unix-time = addBuildDepends [ pkgs.windows.pthreads ] super.unix-time;
network = lib.pipe super.network [