haskell-unordered-containers: use version 0.2.3.0 for HP 2013.2.0.0
This commit is contained in:
parent
0dc48d3bba
commit
58b81e21f0
@ -0,0 +1,21 @@
|
|||||||
|
{ cabal, ChasingBottoms, deepseq, hashable, HUnit, QuickCheck
|
||||||
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "unordered-containers";
|
||||||
|
version = "0.2.3.0";
|
||||||
|
sha256 = "1vzgjr9jxdkmgq970ng9zi2j60awvx8iv1v6kzjlrkwzxx1a9dpd";
|
||||||
|
buildDepends = [ deepseq hashable ];
|
||||||
|
testDepends = [
|
||||||
|
ChasingBottoms hashable HUnit QuickCheck testFramework
|
||||||
|
testFrameworkHunit testFrameworkQuickcheck2
|
||||||
|
];
|
||||||
|
doCheck = false;
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/tibbe/unordered-containers";
|
||||||
|
description = "Efficient hashing-based container types";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -17,6 +17,5 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Efficient hashing-based container types";
|
description = "Efficient hashing-based container types";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
@ -1858,7 +1858,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
unlambda = callPackage ../development/libraries/haskell/unlambda {};
|
unlambda = callPackage ../development/libraries/haskell/unlambda {};
|
||||||
|
|
||||||
unorderedContainers = callPackage ../development/libraries/haskell/unordered-containers {};
|
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;
|
||||||
|
|
||||||
url = callPackage ../development/libraries/haskell/url {};
|
url = callPackage ../development/libraries/haskell/url {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user