2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, binary, dataenc, extensibleExceptions, filepath, mmap, mtl
|
|
|
|
, zlib
|
2012-02-14 09:00:37 -08:00
|
|
|
}:
|
2009-10-08 07:07:13 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-10-08 07:07:13 -07:00
|
|
|
pname = "hashed-storage";
|
2014-04-09 03:13:39 -07:00
|
|
|
version = "0.5.11";
|
|
|
|
sha256 = "0s8mnayxlvwrrii2l63b372yi5g08br6gpbgz2256d8y128mwjvk";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2012-02-16 06:05:41 -08:00
|
|
|
binary dataenc extensibleExceptions filepath mmap mtl zlib
|
2011-08-09 16:00:20 -07:00
|
|
|
];
|
2013-02-24 14:24:48 -08:00
|
|
|
doCheck = false;
|
2009-10-08 07:07:13 -07:00
|
|
|
meta = {
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Hashed file storage support code";
|
2011-08-07 11:23:48 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-10-08 07:07:13 -07:00
|
|
|
};
|
2010-07-22 11:04:39 -07:00
|
|
|
})
|