mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-unordered-containers: add version 0.2.3.2
This commit is contained in:
parent
2aa0411562
commit
d7748daf2c
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "unordered-containers";
|
||||
version = "0.2.3.1";
|
||||
sha256 = "10wz5y42r9b2ym7vl5sqrcawyjixmhy370h0kzpvczs8mlzvrlx8";
|
||||
version = "0.2.3.2";
|
||||
sha256 = "0fgfb2zqa2zi2hb9nkj92nwnxr54wkqa6gmqbcn4h5zks5anfvn5";
|
||||
buildDepends = [ deepseq hashable ];
|
||||
testDepends = [
|
||||
ChasingBottoms hashable HUnit QuickCheck testFramework
|
@ -169,7 +169,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
syb = self.syb_0_4_1;
|
||||
text = self.text_0_11_3_1;
|
||||
transformers = null; # this has become a core package in GHC 7.7
|
||||
unorderedContainers = self.unorderedContainers_0_2_3_0;
|
||||
unorderedContainers = self.unorderedContainers_0_2_3_2;
|
||||
vector = self.vector_0_10_0_1;
|
||||
xhtml = self.xhtml_3000_2_1;
|
||||
zlib = self.zlib_0_5_4_1;
|
||||
@ -2075,8 +2075,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
unlambda = callPackage ../development/libraries/haskell/unlambda {};
|
||||
|
||||
unorderedContainers_0_2_3_0 = callPackage ../development/libraries/haskell/unordered-containers/0.2.3.0.nix {};
|
||||
unorderedContainers_0_2_3_1 = callPackage ../development/libraries/haskell/unordered-containers/0.2.3.1.nix {};
|
||||
unorderedContainers = self.unorderedContainers_0_2_3_1;
|
||||
unorderedContainers_0_2_3_2 = callPackage ../development/libraries/haskell/unordered-containers/0.2.3.2.nix {};
|
||||
unorderedContainers = self.unorderedContainers_0_2_3_2;
|
||||
|
||||
url = callPackage ../development/libraries/haskell/url {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user