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