haskell-binary-conduit: update to version 1.2.3
This commit is contained in:
parent
53f788b421
commit
c28b225a6a
@ -6,15 +6,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "binary-conduit";
|
pname = "binary-conduit";
|
||||||
version = "1.2.2";
|
version = "1.2.3";
|
||||||
sha256 = "12dgqydc4zj1ffrcfqpd1dg40dc9hpynj1j69611kzpcqbj275pf";
|
sha256 = "0ymhxyf754j1pki7ap2vay8f9j49rzsjzp5yr253sn5wpw3qg8fr";
|
||||||
buildDepends = [ binary conduit resourcet vector ];
|
buildDepends = [ binary conduit resourcet vector ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary conduit hspec QuickCheck quickcheckAssertions resourcet
|
binary conduit hspec QuickCheck quickcheckAssertions resourcet
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/qnikst/binary-conduit";
|
homepage = "http://github.com/qnikst/binary-conduit/";
|
||||||
description = "data serialization/deserialization conduit library";
|
description = "data serialization/deserialization conduit library";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user