haskell-cereal-conduit: update to version 0.7.1
This commit is contained in:
parent
b64ddfd486
commit
f804f8390c
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cereal-conduit";
|
pname = "cereal-conduit";
|
||||||
version = "0.7";
|
version = "0.7.1";
|
||||||
sha256 = "0cf0lp47qiilrdrzmn58hwh3q7fh7g55f2a1r1bw31xapp1cvbix";
|
sha256 = "0ry6vc3nkb1lj0p103b8pyd3472hx62s3c7yw3fk8mbjlygxyv43";
|
||||||
buildDepends = [ cereal conduit transformers ];
|
buildDepends = [ cereal conduit transformers ];
|
||||||
testDepends = [ cereal conduit HUnit mtl resourcet transformers ];
|
testDepends = [ cereal conduit HUnit mtl resourcet transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue