{ cabal, byteable, cryptoCipherTypes, HUnit, mtl, QuickCheck , securemem, testFramework, testFrameworkHunit , testFrameworkQuickcheck2 }: cabal.mkDerivation (self: { pname = "crypto-cipher-tests"; version = "0.0.8"; sha256 = "0bprv2pj3acq97482wsz1pp76rrdvvy5scv4na8aqfsdsglbjq47"; buildDepends = [ byteable cryptoCipherTypes HUnit mtl QuickCheck securemem testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; testDepends = [ byteable cryptoCipherTypes HUnit mtl QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; meta = { homepage = "http://github.com/vincenthz/hs-crypto-cipher"; description = "Generic cryptography cipher tests"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })