haskell-uuid: update to version 1.3.7
This commit is contained in:
parent
4e33809757
commit
fcbc18e5c2
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uuid";
|
pname = "uuid";
|
||||||
version = "1.3.5";
|
version = "1.3.7";
|
||||||
sha256 = "1pbla9fqadk5ia42c45qvdn1617gl8nv3b0bsb5yy3lh414v32q9";
|
sha256 = "01idfi9vdmcz8fkgnfa0bpz6khx4x2r0rzynzha42irl7881da21";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary cryptohash deepseq hashable networkInfo random time
|
binary cryptohash deepseq hashable networkInfo random time
|
||||||
];
|
];
|
||||||
@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/uuid/";
|
homepage = "https://github.com/aslatter/uuid";
|
||||||
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
|
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user