mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-uuid: update to version 1.2.10
This commit is contained in:
parent
c3cad285f5
commit
e0e3a38270
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uuid";
|
pname = "uuid";
|
||||||
version = "1.2.9";
|
version = "1.2.10";
|
||||||
sha256 = "088wbhf21w91774icddbm3a8p8jikwjqgg8zdad0pdv8zbi7flsi";
|
sha256 = "17njmmh190pg9bpb8iaw2kniyn7z7j70mzdmxr9h29kydl1xmky6";
|
||||||
buildDepends = [ binary cryptohash maccatcher random time ];
|
buildDepends = [ binary cryptohash maccatcher random time ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
criterion deepseq HUnit mersenneRandomPure64 QuickCheck random
|
criterion deepseq HUnit mersenneRandomPure64 QuickCheck random
|
||||||
|
|
Loading…
Reference in a new issue