mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 18:34:41 +00:00
haskell-httpd-shed: broken by network 2.6.x update
This commit is contained in:
parent
fd83eef5d9
commit
56a218dcb9
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue