d9f6e54e7a
Old means that we have a newer version in Nixpkgs already. If there is a reason for the old package to still exist, i.e. because some other package is still referring to it, then Hydra will still build the package as a dependency, but we won't want to build old packages on their own right.
23 lines
762 B
Nix
23 lines
762 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mtl, QuickCheck, STMonadTrans, testFramework
|
|
, testFrameworkQuickcheck2
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "equivalence";
|
|
version = "0.2.3";
|
|
sha256 = "0dd986y0sn89fparyz6kz9yhzysbqjcp8s99r81ihghg7s9yc743";
|
|
buildDepends = [ mtl STMonadTrans ];
|
|
testDepends = [
|
|
mtl QuickCheck STMonadTrans testFramework testFrameworkQuickcheck2
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "https://bitbucket.org/paba/equivalence/";
|
|
description = "Maintaining an equivalence relation implemented as union-find using STT";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|