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