2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-04-23 02:34:01 -07:00
|
|
|
{ cabal, Diff, filepath, HUnit, mtl, parsec, split, time
|
|
|
|
, utf8String, xml
|
|
|
|
}:
|
2009-07-18 08:25:28 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-18 08:25:28 -07:00
|
|
|
pname = "filestore";
|
2014-11-01 08:58:47 -07:00
|
|
|
version = "0.6.0.4";
|
|
|
|
sha256 = "1b3ymdqwcn84m8kkybshx10bfylby49i0yhbassvlgf0n096lp12";
|
2013-03-21 03:15:42 -07:00
|
|
|
buildDepends = [ Diff filepath parsec split time utf8String xml ];
|
|
|
|
testDepends = [ Diff filepath HUnit mtl time ];
|
2014-03-26 03:27:16 -07:00
|
|
|
jailbreak = true;
|
2014-11-01 11:35:30 -07:00
|
|
|
doCheck = false;
|
2009-07-18 08:25:28 -07:00
|
|
|
meta = {
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Interface for versioning file stores";
|
2011-08-07 11:23:08 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-18 08:25:28 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|