From 35dd3a3a2a294d5a51a7920c3db39b74224792d6 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sat, 17 Jan 2026 21:10:47 +0000 Subject: [PATCH] haskellPackages.http-client: add dependency on `safe` for windows --- pkgs/development/haskell-modules/configuration-windows.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-windows.nix b/pkgs/development/haskell-modules/configuration-windows.nix index bec791e0e199..7d5952bc6dee 100644 --- a/pkgs/development/haskell-modules/configuration-windows.nix +++ b/pkgs/development/haskell-modules/configuration-windows.nix @@ -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 [