mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-unordered-containers: updated to version 0.1.4.2
svn path=/nixpkgs/trunk/; revision=28282
This commit is contained in:
parent
d10b66d74a
commit
ed325a6dda
@ -1,14 +1,17 @@
|
||||
{cabal, deepseq, hashable}:
|
||||
{cabal, deepseq, hashable} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "unordered-containers";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "1v5m92rn2k7knhca91ldzi082hy4z0hp4nm66ihns4vxgslywgb9";
|
||||
propagatedBuildInputs = [deepseq hashable];
|
||||
version = "0.1.4.2";
|
||||
sha256 = "0nfw82zng9y5dinjn78k05i4c4bjc1y6yb2dwqwczb85hbrqiha6";
|
||||
propagatedBuildInputs = [ deepseq hashable ];
|
||||
meta = {
|
||||
description = "Efficient hashing-based container types";
|
||||
license = "BSD3";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.simons
|
||||
self.stdenv.lib.maintainers.andres
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user