about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/uniqueid/default.nix
blob: 076601b1f85c602b215b67fe5ec140c02a351d30 (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 }:

cabal.mkDerivation (self: {
  pname = "uniqueid";
  version = "0.1.1";
  sha256 = "e69df591c1ab9901af24bf0e63032765eb2b1ba4ca4fb720a234e9f292e03268";
  meta = {
    homepage = "http://github.com/sebfisch/uniqueid/wikis";
    description = "Splittable Unique Identifier Supply";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})