haskell-bitarray: update to 0.0.1.1

Upstream informed me that the ‘array’ problem should be fixed.
This commit is contained in:
Mateusz Kowalczyk 2014-08-12 14:30:07 +01:00 committed by Peter Simons
parent d3c68cd723
commit 0143d35a3b

View File

@ -4,14 +4,12 @@
cabal.mkDerivation (self: {
pname = "bitarray";
version = "0.0.1";
sha256 = "01ijysisw70zaw70hx851axw48agfamdqj21rzzhdqd2ww6bwchb";
version = "0.0.1.1";
sha256 = "00nqd62cbh42qqqvcl6iv1i9kbv0f0mkiygv4j70wfh5cl86yzxj";
meta = {
homepage = "http://code.haskell.org/~bkomuves/";
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;
};
})