haskell-cipher-des: update to version 0.0.3
This commit is contained in:
parent
5d0ffebdf7
commit
19faee15ef
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cipher-des";
|
pname = "cipher-des";
|
||||||
version = "0.0.2";
|
version = "0.0.3";
|
||||||
sha256 = "1bykxfn2jhqzr5l2319bbyr8ky6i844m2lm39axvfizfxav9wbgz";
|
sha256 = "1gcpwfxrlgwl34yy7k3vhpmcrmyiirbmz40zssk2lv6cfrylc4z7";
|
||||||
buildDepends = [ byteable cryptoCipherTypes securemem ];
|
buildDepends = [ byteable cryptoCipherTypes securemem ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
byteable cryptoCipherTests cryptoCipherTypes QuickCheck
|
byteable cryptoCipherTests cryptoCipherTypes QuickCheck
|
||||||
|
|
Loading…
Reference in New Issue