HaskellNet-SSL: broken by update to network 2.6.x

This commit is contained in:
Peter Simons 2014-10-14 15:56:41 +02:00
parent c0fa3d1b48
commit 1ef1eb3b42
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Helpers to connect to SSL/TLS mail servers with HaskellNet";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})