From 56a218dcb9797b1165311d3ce6fe6ed05c46945d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Oct 2014 15:48:16 +0200 Subject: [PATCH] haskell-httpd-shed: broken by network 2.6.x update --- pkgs/development/libraries/haskell/httpd-shed/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/httpd-shed/default.nix b/pkgs/development/libraries/haskell/httpd-shed/default.nix index bf5ad9217d3c..4ae04b2c7264 100644 --- a/pkgs/development/libraries/haskell/httpd-shed/default.nix +++ b/pkgs/development/libraries/haskell/httpd-shed/default.nix @@ -14,5 +14,6 @@ cabal.mkDerivation (self: { description = "A simple web-server with an interact style API"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; + broken = true; }; })