2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-20 07:06:40 -07:00
|
|
|
{ cabal, binary, cryptohash, deepseq, hashable, HUnit, networkInfo
|
|
|
|
, QuickCheck, random, testFramework, testFrameworkHunit
|
|
|
|
, testFrameworkQuickcheck2, time
|
2013-02-24 13:09:07 -08:00
|
|
|
}:
|
2013-02-18 02:20:20 -08:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "uuid";
|
2014-12-24 04:51:38 -08:00
|
|
|
version = "1.3.7";
|
|
|
|
sha256 = "01idfi9vdmcz8fkgnfa0bpz6khx4x2r0rzynzha42irl7881da21";
|
2013-10-20 07:06:40 -07:00
|
|
|
buildDepends = [
|
|
|
|
binary cryptohash deepseq hashable networkInfo random time
|
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2013-10-20 07:06:40 -07:00
|
|
|
HUnit QuickCheck random testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2013-10-10 10:51:02 -07:00
|
|
|
jailbreak = true;
|
2013-10-16 08:05:36 -07:00
|
|
|
doCheck = false;
|
2013-02-18 02:20:20 -08:00
|
|
|
meta = {
|
2014-12-24 04:51:38 -08:00
|
|
|
homepage = "https://github.com/aslatter/uuid";
|
2013-02-18 02:20:20 -08:00
|
|
|
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|