3
0
Fork 0
forked from mirrors/nixpkgs

haskell-twitter-conduit: update to version 0.0.2.1

This commit is contained in:
Peter Simons 2014-04-08 13:30:01 +02:00
parent ef5661c01f
commit bed88f0ff7

View file

@ -1,21 +1,21 @@
{ cabal, aeson, attoparsec, attoparsecConduit, authenticateOauth { cabal, aeson, attoparsec, attoparsecConduit, authenticateOauth
, conduit, dataDefault, doctest, failure, filepath, hlint , conduit, dataDefault, doctest, failure, filepath, hlint
, httpClientMultipart, httpConduit, httpTypes, lens, liftedBase , httpClient, httpConduit, httpTypes, lens, liftedBase
, monadControl, monadLogger, resourcet, shakespeareText, text, time , monadControl, monadLogger, resourcet, shakespeare, text, time
, transformers, transformersBase, twitterTypes , transformers, transformersBase, twitterTypes
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "twitter-conduit"; pname = "twitter-conduit";
version = "0.0.2"; version = "0.0.2.1";
sha256 = "1bkn0lfwwr5lnw4xfzdjiad48r1qz6m4z0nq1inz45gflmjwmghj"; sha256 = "1z0d8hwjrdw8gkww9zkn9cqv3g40my952li8pm3c164d7ywswszq";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson attoparsec attoparsecConduit authenticateOauth conduit aeson attoparsec attoparsecConduit authenticateOauth conduit
dataDefault failure httpClientMultipart httpConduit httpTypes lens dataDefault failure httpClient httpConduit httpTypes lens
liftedBase monadControl monadLogger resourcet shakespeareText text liftedBase monadControl monadLogger resourcet shakespeare text time
time transformers transformersBase twitterTypes transformers transformersBase twitterTypes
]; ];
testDepends = [ doctest filepath hlint ]; testDepends = [ doctest filepath hlint ];
meta = { meta = {