mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
6e819600e0
It depends on external utilities, like Mercurial.
21 lines
616 B
Nix
21 lines
616 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, Diff, filepath, HUnit, mtl, parsec, split, time
|
|
, utf8String, xml
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "filestore";
|
|
version = "0.6.0.4";
|
|
sha256 = "1b3ymdqwcn84m8kkybshx10bfylby49i0yhbassvlgf0n096lp12";
|
|
buildDepends = [ Diff filepath parsec split time utf8String xml ];
|
|
testDepends = [ Diff filepath HUnit mtl time ];
|
|
jailbreak = true;
|
|
doCheck = false;
|
|
meta = {
|
|
description = "Interface for versioning file stores";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|