haskell-twitter-conduit: update to version 0.1.0
This commit is contained in:
parent
80e2795105
commit
fc263e7685
@ -3,27 +3,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, lensAeson
|
, hspec, httpClient, httpConduit, httpTypes, lens, lensAeson
|
||||||
, monadControl, monadLogger, networkUri, resourcet, text, time
|
, monadControl, networkUri, resourcet, text, time, transformers
|
||||||
, transformers, transformersBase, twitterTypes
|
, transformersBase, twitterTypes, twitterTypesLens
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "twitter-conduit";
|
pname = "twitter-conduit";
|
||||||
version = "0.0.8";
|
version = "0.1.0";
|
||||||
sha256 = "16yxf9qdy1x2w4l4ix1kp1a9vcgmd1cvkqffkj52rzckcjpyd6fs";
|
sha256 = "1cymgp3wlswxn5qfdr442cqq2ak48b5w1zcsr67n2g5p1izadwji";
|
||||||
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 lensAeson monadLogger
|
httpClient httpConduit httpTypes lens lensAeson networkUri
|
||||||
networkUri resourcet text time transformers twitterTypes
|
resourcet text time transformers twitterTypes twitterTypesLens
|
||||||
];
|
];
|
||||||
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 lensAeson monadControl monadLogger
|
httpConduit httpTypes lens lensAeson monadControl networkUri
|
||||||
networkUri resourcet text time transformers transformersBase
|
resourcet text time transformers transformersBase twitterTypes
|
||||||
twitterTypes
|
twitterTypesLens
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/himura/twitter-conduit";
|
homepage = "https://github.com/himura/twitter-conduit";
|
||||||
@ -31,6 +31,5 @@ cabal.mkDerivation (self: {
|
|||||||
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 ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user