haskell-uuid: update to version 1.2.14

This commit is contained in:
Peter Simons 2013-09-02 13:20:18 +02:00
parent 507c93f4d2
commit 91a8bfa5b2

View File

@ -1,14 +1,16 @@
{ cabal, binary, criterion, cryptohash, deepseq, HUnit, maccatcher { cabal, binary, criterion, cryptohash, deepseq, HUnit, maccatcher
, mersenneRandomPure64, QuickCheck, random, time , mersenneRandomPure64, QuickCheck, random, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "uuid"; pname = "uuid";
version = "1.2.13"; version = "1.2.14";
sha256 = "0y9r71iqvabmvyrglw42g37skgisyknkv3pkfih2qfrfkk75zw0s"; sha256 = "13r2yzhb9nj1h6wfy7w9k59d27z9iza5r4apmf72zby2fi9vdnwy";
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
testFramework testFrameworkHunit testFrameworkQuickcheck2
]; ];
doCheck = false; doCheck = false;
meta = { meta = {