mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
wreq updated to 0.2
This commit is contained in:
parent
307924bbcc
commit
5a717eef8b
1 changed files with 8 additions and 13 deletions
|
@ -1,26 +1,25 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, attoparsec, doctest, exceptions, filepath
|
||||
, httpClient, httpClientTls, httpTypes, HUnit, lens, mimeTypes
|
||||
, temporary, testFramework, testFrameworkHunit, text, time
|
||||
, fetchpatch
|
||||
, httpClient, httpClientTls, httpTypes, HUnit, lens, lensAeson
|
||||
, mimeTypes, temporary, testFramework, testFrameworkHunit, text
|
||||
, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wreq";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "05w3b555arsab8a5w73nm9pk3p9r6jipi6cd3ngxv48gdn9wzhvz";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0ajrwn4yn6h65v97jfhbb4x3j307gdf34dyjnnhsrmsf7911l44d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson attoparsec exceptions httpClient httpClientTls httpTypes lens
|
||||
mimeTypes text time
|
||||
lensAeson mimeTypes text time
|
||||
];
|
||||
testDepends = [
|
||||
aeson doctest filepath httpClient httpTypes HUnit lens temporary
|
||||
testFramework testFrameworkHunit text
|
||||
aeson doctest filepath httpClient httpTypes HUnit lens lensAeson
|
||||
temporary testFramework testFrameworkHunit text
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.serpentine.com/wreq";
|
||||
description = "An easy-to-use HTTP client library";
|
||||
|
@ -28,8 +27,4 @@ cabal.mkDerivation (self: {
|
|||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
patches = [
|
||||
(fetchpatch { url = https://github.com/bos/wreq/commit/e8e29b62006e39ab36ffbb1d18c3e9d5923158ac.patch; sha256 = "19kqy512sa4dbzqp7kmjpsnsmc63wqh5pkh6hcvkzsji15dmlqrg"; })
|
||||
(fetchpatch { url = https://github.com/bos/wreq/pull/20.patch; sha256 = "1qfjwz5wlmmfcg8jy0yg7ixacq5fai3yscm552fba1ph66acyvg4"; })
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue