haskell-binary-conduit: update to version 1.2.1.1
This commit is contained in:
parent
b0d1df0f8f
commit
6cbf27406d
@ -1,14 +1,14 @@
|
|||||||
{ cabal, binary, conduit, hspec, QuickCheck, quickcheckAssertions
|
{ cabal, binary, conduit, hspec, QuickCheck, quickcheckAssertions
|
||||||
, vector
|
, resourcet, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "binary-conduit";
|
pname = "binary-conduit";
|
||||||
version = "1.2";
|
version = "1.2.1.1";
|
||||||
sha256 = "1m58zgmivapn51gs5983vpsivzkki94kkac014mwvnp90q46nkvx";
|
sha256 = "0f6ki793fbgxpsqadfj796b4rbv6zhn4v4rrd48r48zzw9hmxmzd";
|
||||||
buildDepends = [ binary conduit vector ];
|
buildDepends = [ binary conduit resourcet vector ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary conduit hspec QuickCheck quickcheckAssertions
|
binary conduit hspec QuickCheck quickcheckAssertions resourcet
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/qnikst/binary-conduit";
|
homepage = "http://github.com/qnikst/binary-conduit";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user