nixpkgs/pkgs/development/libraries/haskell/bitarray/default.nix
Mateusz Kowalczyk 0143d35a3b haskell-bitarray: update to 0.0.1.1
Upstream informed me that the ‘array’ problem should be fixed.
2014-08-12 16:09:37 +02:00

16 lines
439 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "bitarray";
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;
};
})