summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hashed-storage/default.nix
blob: b7e6af904feec52d011774970097253985dbb894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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;
  };
})