haskell-bitarray-0.0.1: mark as broken

Upstream notified.
This commit is contained in:
Mateusz Kowalczyk 2014-08-10 22:37:01 +02:00 committed by Peter Simons
parent 9217c7995c
commit 49be46b0ac

View File

@ -11,5 +11,7 @@ cabal.mkDerivation (self: {
description = "Mutable and immutable bit arrays";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})