Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ cabal, cereal, cipherAes, cipherRc4, cpu, cryptoApi
|
||||
, cryptoPubkeyTypes, primitive, tagged, vector
|
||||
{ cabal, cereal, cipherAes, cipherRc4, cpu, cryptoApi, cryptohash
|
||||
, cryptoPubkeyTypes, entropy, primitive, QuickCheck, tagged
|
||||
, testFramework, testFrameworkQuickcheck2, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -12,6 +13,10 @@ cabal.mkDerivation (self: {
|
||||
cereal cipherAes cipherRc4 cpu cryptoApi cryptoPubkeyTypes
|
||||
primitive tagged vector
|
||||
];
|
||||
testDepends = [
|
||||
cryptoApi cryptohash entropy QuickCheck testFramework
|
||||
testFrameworkQuickcheck2 vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-cryptocipher";
|
||||
description = "Symmetrical block and stream ciphers";
|
||||
|
||||
Reference in New Issue
Block a user