haste-compiler is unable to install packages, mark as broken until resolved

This commit is contained in:
Cray Elliott 2014-10-26 06:31:27 -07:00
parent da68f67eb7
commit 37b1a0b79a

View file

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