3
0
Fork 0
forked from mirrors/nixpkgs

haskell-cipher-rc4: update to version 0.1.3

This commit is contained in:
Peter Simons 2013-09-18 10:24:40 +02:00
parent 7ea98e8775
commit 6720e6ee3d

View file

@ -1,11 +1,15 @@
{ cabal, QuickCheck, testFramework, testFrameworkQuickcheck2 }: { cabal, byteable, cryptoCipherTests, cryptoCipherTypes, QuickCheck
, testFramework, testFrameworkQuickcheck2
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cipher-rc4"; pname = "cipher-rc4";
version = "0.1.2"; version = "0.1.3";
sha256 = "0nyrqms7h3hq236h03sjjjqdcxn3iz3fg4ifqj43f4nb8gv0ifb1"; sha256 = "1pdkm7m3v8c7wks7asvqixxjk9jixf78n489ckmw10p77wrqby78";
buildDepends = [ byteable cryptoCipherTypes ];
testDepends = [ testDepends = [
QuickCheck testFramework testFrameworkQuickcheck2 cryptoCipherTests cryptoCipherTypes QuickCheck testFramework
testFrameworkQuickcheck2
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-cipher-rc4"; homepage = "http://github.com/vincenthz/hs-cipher-rc4";