haskell-DAV: broken by network 2.6.x update

This commit is contained in:
Peter Simons 2014-10-14 16:05:15 +02:00
parent cc2725dede
commit c9bccb869f

View file

@ -22,5 +22,6 @@ cabal.mkDerivation (self: {
description = "RFC 4918 WebDAV support";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})