2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-20 06:06:09 -07:00
|
|
|
{ cabal, aeson, attoparsec, authenticateOauth, caseInsensitive
|
|
|
|
, conduit, conduitExtra, dataDefault, doctest, filepath, hlint
|
2014-08-24 03:47:00 -07:00
|
|
|
, hspec, httpClient, httpConduit, httpTypes, lens, lensAeson
|
2014-11-23 12:07:23 -08:00
|
|
|
, monadControl, networkUri, resourcet, text, time, transformers
|
2014-11-24 05:44:26 -08:00
|
|
|
, transformersBase, twitterTypes, twitterTypesLens, fetchurl
|
2014-04-03 06:25:37 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "twitter-conduit";
|
2014-11-23 12:07:23 -08:00
|
|
|
version = "0.1.0";
|
|
|
|
sha256 = "1cymgp3wlswxn5qfdr442cqq2ak48b5w1zcsr67n2g5p1izadwji";
|
2014-11-25 05:36:25 -08:00
|
|
|
editedCabalFile = "06z8dwvc17xhzpvb7cm0j6v63r5f3xirj36rr86bds3rw1zbnd0z";
|
2014-04-03 06:25:37 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-06-20 06:06:09 -07:00
|
|
|
aeson attoparsec authenticateOauth conduit conduitExtra dataDefault
|
2014-11-23 12:07:23 -08:00
|
|
|
httpClient httpConduit httpTypes lens lensAeson networkUri
|
|
|
|
resourcet text time transformers twitterTypes twitterTypesLens
|
2014-06-20 06:06:09 -07:00
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
aeson attoparsec authenticateOauth caseInsensitive conduit
|
|
|
|
conduitExtra dataDefault doctest filepath hlint hspec httpClient
|
2014-11-23 12:07:23 -08:00
|
|
|
httpConduit httpTypes lens lensAeson monadControl networkUri
|
|
|
|
resourcet text time transformers transformersBase twitterTypes
|
|
|
|
twitterTypesLens
|
2014-04-03 06:25:37 -07:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/himura/twitter-conduit";
|
|
|
|
description = "Twitter API package with conduit interface and Streaming API support";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-24 04:05:10 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-04-03 06:25:37 -07:00
|
|
|
};
|
|
|
|
})
|