forked from mirrors/nixpkgs
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
b5795fb9c9
.
This commit is contained in:
parent
490b4c2b02
commit
8ef2edb8ad
|
@ -4559,6 +4559,24 @@ self: {
|
||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"Diff_0_3_4" = callPackage
|
||||||
|
({ mkDerivation, array, base, directory, pretty, process
|
||||||
|
, QuickCheck, test-framework, test-framework-quickcheck2
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "Diff";
|
||||||
|
version = "0.3.4";
|
||||||
|
sha256 = "0bqcdvhxx8dmqc3793m6axg813wv9ldz2j37f1wygbbrbbndmdvp";
|
||||||
|
libraryHaskellDepends = [ array base pretty ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
array base directory pretty process QuickCheck test-framework
|
||||||
|
test-framework-quickcheck2
|
||||||
|
];
|
||||||
|
description = "O(ND) diff algorithm in haskell";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"Diff" = callPackage
|
"Diff" = callPackage
|
||||||
({ mkDerivation, array, base, directory, pretty, process
|
({ mkDerivation, array, base, directory, pretty, process
|
||||||
, QuickCheck, test-framework, test-framework-quickcheck2
|
, QuickCheck, test-framework, test-framework-quickcheck2
|
||||||
|
|
Loading…
Reference in a new issue