mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-unordered-containers: updated to version 0.2.1.0
svn path=/nixpkgs/trunk/; revision=33061
This commit is contained in:
parent
80f47974b7
commit
b24eb9855c
@ -2,8 +2,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "unordered-containers";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "16vql5s98w9gfzjngzq0a18d173l67jcrib18fh0bxdibmg9hzql";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0zk2ip32h6faqa1pfmiw242fdarr63lds4j828ix7qhrjifwiw4p";
|
||||
buildDepends = [ deepseq hashable ];
|
||||
meta = {
|
||||
description = "Efficient hashing-based container types";
|
@ -1388,8 +1388,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
unixCompat = callPackage ../development/libraries/haskell/unix-compat {};
|
||||
|
||||
unorderedContainers_0_1_4_6 = callPackage ../development/libraries/haskell/unordered-containers/0.1.4.6.nix {};
|
||||
unorderedContainers_0_2_0_1 = callPackage ../development/libraries/haskell/unordered-containers/0.2.0.1.nix {};
|
||||
unorderedContainers = self.unorderedContainers_0_2_0_1;
|
||||
unorderedContainers_0_2_1_0 = callPackage ../development/libraries/haskell/unordered-containers/0.2.1.0.nix {};
|
||||
unorderedContainers = self.unorderedContainers_0_2_1_0;
|
||||
|
||||
url = callPackage ../development/libraries/haskell/url {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user