haskell-httpd-shed: broken by network 2.6.x update

This commit is contained in:
Peter Simons 2014-10-14 15:48:16 +02:00
parent fd83eef5d9
commit 56a218dcb9

View file

@ -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;
};
})