nixpkgs/pkgs/development/libraries/haskell/hashed-storage/default.nix
Andres Löh 1a1a661f4b Version bump for darcs.
svn path=/nixpkgs/trunk/; revision=17729
2009-10-08 14:07:13 +00:00

13 lines
303 B
Nix

{cabal, mtl, zlib, mmap}:
cabal.mkDerivation (self : {
pname = "hashed-storage";
version = "0.3.8";
sha256 = "1f379dcb00a56c0b330eeabb1f069ef294bcf1f3dc18980e93b8b228e577fdb1";
propagatedBuildInputs = [mtl zlib mmap];
meta = {
description = "Hashed file storage support code";
};
})