Update twitter-conduit, fixes breakage
This commit is contained in:
parent
8e9ab29d43
commit
478f96d6c3
@ -2,27 +2,27 @@
|
|||||||
|
|
||||||
{ cabal, aeson, attoparsec, authenticateOauth, caseInsensitive
|
{ cabal, aeson, attoparsec, authenticateOauth, caseInsensitive
|
||||||
, conduit, conduitExtra, dataDefault, doctest, filepath, hlint
|
, conduit, conduitExtra, dataDefault, doctest, filepath, hlint
|
||||||
, hspec, httpClient, httpConduit, httpTypes, lens, monadControl
|
, hspec, httpClient, httpConduit, httpTypes, lens, lensAeson
|
||||||
, monadLogger, network, resourcet, shakespeare, text, time
|
, monadControl, monadLogger, networkUri, resourcet, text, time
|
||||||
, transformers, transformersBase, twitterTypes
|
, transformers, transformersBase, twitterTypes
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "twitter-conduit";
|
pname = "twitter-conduit";
|
||||||
version = "0.0.5.5";
|
version = "0.0.5.6";
|
||||||
sha256 = "13wk863xjlg8g62yhbq4aar7z77n0awh500l6v41fam99lihzxab";
|
sha256 = "1l6gk4538nqknrj082hkdy2jp4gzyq3y473p8gg4mm2n67417r9m";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec authenticateOauth conduit conduitExtra dataDefault
|
aeson attoparsec authenticateOauth conduit conduitExtra dataDefault
|
||||||
httpClient httpConduit httpTypes lens monadLogger resourcet
|
httpClient httpConduit httpTypes lens lensAeson monadLogger
|
||||||
shakespeare text time transformers twitterTypes
|
networkUri resourcet text time transformers twitterTypes
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson attoparsec authenticateOauth caseInsensitive conduit
|
aeson attoparsec authenticateOauth caseInsensitive conduit
|
||||||
conduitExtra dataDefault doctest filepath hlint hspec httpClient
|
conduitExtra dataDefault doctest filepath hlint hspec httpClient
|
||||||
httpConduit httpTypes lens monadControl monadLogger network
|
httpConduit httpTypes lens lensAeson monadControl monadLogger
|
||||||
resourcet shakespeare text time transformers transformersBase
|
networkUri resourcet text time transformers transformersBase
|
||||||
twitterTypes
|
twitterTypes
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
@ -30,6 +30,5 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Twitter API package with conduit interface and Streaming API support";
|
description = "Twitter API package with conduit interface and Streaming API support";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user