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 [