haskell-base64-conduit: update to version 1.0.0.1
This commit is contained in:
parent
fa62ab13de
commit
2ca5022f62
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "base64-conduit";
|
pname = "base64-conduit";
|
||||||
version = "1.0.0";
|
version = "1.0.0.1";
|
||||||
sha256 = "10wjgdixk5da48jpm2i91vy3ckdqpbpgba6hzn7ak6d3qac22m9q";
|
sha256 = "07zhvn3fy60q04a5g5mzhkl17rap9jlh00vb4f6565bjha2k16g9";
|
||||||
buildDepends = [ base64Bytestring conduit ];
|
buildDepends = [ base64Bytestring conduit ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base64Bytestring conduit hspec QuickCheck transformers
|
base64Bytestring conduit hspec QuickCheck transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Base64-encode and decode streams of bytes";
|
description = "Base64-encode and decode streams of bytes. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue