haskell-cereal-conduit: update to version 0.7.2.1
This commit is contained in:
parent
a0264d3db8
commit
c203d9c5fa
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cereal-conduit";
|
pname = "cereal-conduit";
|
||||||
version = "0.7.2";
|
version = "0.7.2.1";
|
||||||
sha256 = "03jlhpz82a7j7n0351db0h7pkxihik3fv0wgjny7i0vlq7gyqdpl";
|
sha256 = "1qjx5y8hznpanchhjfrmi0r6vmiqsj0lh9x09n563gschs8dfisw";
|
||||||
buildDepends = [ cereal conduit transformers ];
|
buildDepends = [ cereal conduit resourcet transformers ];
|
||||||
testDepends = [ cereal conduit HUnit mtl resourcet transformers ];
|
testDepends = [ cereal conduit HUnit mtl resourcet transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/litherum/cereal-conduit";
|
homepage = "https://github.com/litherum/cereal-conduit";
|
||||||
|
Loading…
Reference in New Issue
Block a user