haskell-wreq: update to 0.3.0

This commit is contained in:
Shaun Sharples 2014-12-11 13:16:39 +02:00 committed by Peter Simons
parent 663bee7e8b
commit 4d2f2c18de

View file

@ -1,30 +1,33 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, doctest, exceptions, filepath { cabal, aeson, aesonPretty, aesonQq, attoparsec, base16Bytestring
, httpClient, httpClientTls, httpTypes, HUnit, lens, lensAeson , base64Bytestring, byteable, caseInsensitive, cryptohash, doctest
, mimeTypes, temporary, testFramework, testFrameworkHunit, text , exceptions, filepath, hashable, httpClient, httpClientTls
, time, fetchpatch , httpTypes, HUnit, lens, lensAeson, mimeTypes, networkInfo
, PSQueue, QuickCheck, snapCore, snapServer, temporary
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
, time, transformers, unixCompat, unorderedContainers, uuid
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "wreq"; pname = "wreq";
version = "0.2.0.0"; version = "0.3.0.0";
sha256 = "0ajrwn4yn6h65v97jfhbb4x3j307gdf34dyjnnhsrmsf7911l44d"; sha256 = "06k6ipbwx46816q0wq9ll0rj91qak2zf74vb2ggcsvdxcnzwm5dp";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson attoparsec exceptions httpClient httpClientTls httpTypes lens aeson attoparsec base16Bytestring byteable caseInsensitive
lensAeson mimeTypes text time cryptohash exceptions hashable httpClient httpClientTls httpTypes
lens lensAeson mimeTypes PSQueue text time unorderedContainers
]; ];
testDepends = [ testDepends = [
aeson doctest filepath httpClient httpTypes HUnit lens lensAeson aeson aesonPretty aesonQq base64Bytestring caseInsensitive doctest
temporary testFramework testFrameworkHunit text filepath hashable httpClient httpTypes HUnit lens lensAeson
networkInfo QuickCheck snapCore snapServer temporary testFramework
testFrameworkHunit testFrameworkQuickcheck2 text transformers
unixCompat uuid
]; ];
doCheck = false; doCheck = false;
patches = [ (fetchpatch {
url = "https://github.com/relrod/wreq/commit/9a91d57b50a09646ecbda88d126918e49aeb2de4.diff";
sha256 = "09px4hbqkc9b0ykx7alzq2llzp0nxb2c5zsbaa05rcq9cb3nrq4m";
})];
meta = { meta = {
homepage = "http://www.serpentine.com/wreq"; homepage = "http://www.serpentine.com/wreq";
description = "An easy-to-use HTTP client library"; description = "An easy-to-use HTTP client library";