haskell-cereal-conduit: update to version 0.7
This commit is contained in:
parent
2d00a0f8d5
commit
4d54ec0444
@ -1,10 +1,11 @@
|
|||||||
{ cabal, cereal, conduit, transformers, HUnit }:
|
{ cabal, cereal, conduit, HUnit, mtl, resourcet, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cereal-conduit";
|
pname = "cereal-conduit";
|
||||||
version = "0.7";
|
version = "0.7";
|
||||||
sha256 = "0cf0lp47qiilrdrzmn58hwh3q7fh7g55f2a1r1bw31xapp1cvbix";
|
sha256 = "0cf0lp47qiilrdrzmn58hwh3q7fh7g55f2a1r1bw31xapp1cvbix";
|
||||||
buildDepends = [ cereal conduit transformers HUnit ];
|
buildDepends = [ cereal conduit transformers ];
|
||||||
|
testDepends = [ cereal conduit HUnit mtl resourcet transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/litherum/cereal-conduit";
|
homepage = "https://github.com/litherum/cereal-conduit";
|
||||||
description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits";
|
description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits";
|
||||||
|
Loading…
Reference in New Issue
Block a user