haste-compiler: broken by network 2.6.x update

This commit is contained in:
Peter Simons 2014-10-14 15:49:09 +02:00
parent 56a218dcb9
commit 7d043bc45b

View File

@ -22,5 +22,6 @@ cabal.mkDerivation (self: {
description = "Haskell To ECMAScript compiler";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})