2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-02 15:20:16 +04:00
|
|
|
{ cabal, byteable, cryptoRandom, HUnit, QuickCheck, testFramework
|
2013-02-25 01:09:07 +04:00
|
|
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
|
|
|
}:
|
2013-01-16 15:31:04 +04:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "crypto-numbers";
|
2013-11-12 14:16:02 +04:00
|
|
|
version = "0.2.3";
|
|
|
|
sha256 = "0nx2mlf40127j7vas7liqy2yzfg4alfaxcjilcxk99kavpaanzgp";
|
2013-09-02 15:20:16 +04:00
|
|
|
buildDepends = [ cryptoRandom vector ];
|
2013-02-25 01:09:07 +04:00
|
|
|
testDepends = [
|
2013-09-02 15:20:16 +04:00
|
|
|
byteable cryptoRandom HUnit QuickCheck testFramework
|
|
|
|
testFrameworkHunit testFrameworkQuickcheck2 vector
|
2013-02-25 01:09:07 +04:00
|
|
|
];
|
2014-06-12 12:32:11 +04:00
|
|
|
doCheck = false;
|
2013-01-16 15:31:04 +04:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
|
|
|
|
description = "Cryptographic numbers: functions and algorithms";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|