mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-crypto-conduit: update to version 0.5.1
This commit is contained in:
parent
00674a8608
commit
841d07492d
@ -1,15 +1,15 @@
|
|||||||
{ cabal, cereal, conduit, cryptoApi, cryptocipher, cryptohash
|
{ cabal, cereal, conduit, cryptoApi, cryptocipher
|
||||||
, hspec, skein, transformers
|
, cryptohashCryptoapi, hspec, skein, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-conduit";
|
pname = "crypto-conduit";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
sha256 = "0mlf2l784w0wyfjqsxzfdwmn1wb0z1s6mb8kdhw8x1z4a8gy9a92";
|
sha256 = "04z8z7bipa40xnjr8civ1sj3df2iyvlv929ibkrdqv87gj0qv2dp";
|
||||||
buildDepends = [ cereal conduit cryptoApi transformers ];
|
buildDepends = [ cereal conduit cryptoApi transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
cereal conduit cryptoApi cryptocipher cryptohash hspec skein
|
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
|
||||||
transformers
|
skein transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user