nixpkgs/pkgs/development/libraries/haskell/hashed-storage/default.nix
2014-08-09 13:49:24 +02:00

23 lines
607 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, dataenc, extensibleExceptions, filepath, mmap, mtl
, zlib
}:
cabal.mkDerivation (self: {
pname = "hashed-storage";
version = "0.5.11";
sha256 = "0s8mnayxlvwrrii2l63b372yi5g08br6gpbgz2256d8y128mwjvk";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary dataenc extensibleExceptions filepath mmap mtl zlib
];
doCheck = false;
meta = {
description = "Hashed file storage support code";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})