commit
3af5310ef4
@ -1,26 +1,25 @@
|
|||||||
# 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, attoparsec, doctest, exceptions, filepath
|
||||||
, httpClient, httpClientTls, httpTypes, HUnit, lens, mimeTypes
|
, httpClient, httpClientTls, httpTypes, HUnit, lens, lensAeson
|
||||||
, temporary, testFramework, testFrameworkHunit, text, time
|
, mimeTypes, temporary, testFramework, testFrameworkHunit, text
|
||||||
, fetchpatch
|
, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wreq";
|
pname = "wreq";
|
||||||
version = "0.1.0.1";
|
version = "0.2.0.0";
|
||||||
sha256 = "05w3b555arsab8a5w73nm9pk3p9r6jipi6cd3ngxv48gdn9wzhvz";
|
sha256 = "0ajrwn4yn6h65v97jfhbb4x3j307gdf34dyjnnhsrmsf7911l44d";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec exceptions httpClient httpClientTls httpTypes lens
|
aeson attoparsec exceptions httpClient httpClientTls httpTypes lens
|
||||||
mimeTypes text time
|
lensAeson mimeTypes text time
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson doctest filepath httpClient httpTypes HUnit lens temporary
|
aeson doctest filepath httpClient httpTypes HUnit lens lensAeson
|
||||||
testFramework testFrameworkHunit text
|
temporary testFramework testFrameworkHunit text
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
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";
|
||||||
@ -28,8 +27,4 @@ cabal.mkDerivation (self: {
|
|||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
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…
x
Reference in New Issue
Block a user