haskell-bitarray: update to 0.0.1.1
Upstream informed me that the ‘array’ problem should be fixed.
This commit is contained in:
parent
d3c68cd723
commit
0143d35a3b
@ -4,14 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bitarray";
|
pname = "bitarray";
|
||||||
version = "0.0.1";
|
version = "0.0.1.1";
|
||||||
sha256 = "01ijysisw70zaw70hx851axw48agfamdqj21rzzhdqd2ww6bwchb";
|
sha256 = "00nqd62cbh42qqqvcl6iv1i9kbv0f0mkiygv4j70wfh5cl86yzxj";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~bkomuves/";
|
homepage = "http://code.haskell.org/~bkomuves/";
|
||||||
description = "Mutable and immutable bit arrays";
|
description = "Mutable and immutable bit arrays";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user