summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/concurrent-supply/default.nix
blob: 7b91f2f018b340e42d539140c32645ff0b192594 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hashable }:

cabal.mkDerivation (self: {
  pname = "concurrent-supply";
  version = "0.1.7";
  sha256 = "0crg4rm5wibw9h6lmsi43d280xg1xr9xbgqr9s4inxq7x0yyn68c";
  buildDepends = [ hashable ];
  meta = {
    homepage = "http://github.com/ekmett/concurrent-supply/";
    description = "A fast concurrent unique identifier supply with a pure API";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})