haskell-webdriver: broken by network 2.6.x update

This commit is contained in:
Peter Simons 2014-10-14 16:04:55 +02:00
parent eda36f0017
commit 5f4d01364f

View File

@ -26,5 +26,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
broken = true;
};
})