haskell-libjenkins: update to version 0.4.3.0
This commit is contained in:
parent
88413cdaa5
commit
d72b09eaa9
@ -1,24 +1,23 @@
|
|||||||
{ cabal, async, conduit, doctest, filepath, free, hspec
|
{ cabal, async, conduit, doctest, filepath, free, hspec
|
||||||
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
|
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
|
||||||
, monadControl, network, text, transformers, xmlConduit
|
, monadControl, network, resourcet, text, transformers, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libjenkins";
|
pname = "libjenkins";
|
||||||
version = "0.4.2.0";
|
version = "0.4.3.0";
|
||||||
sha256 = "11013klk2gvcaf2d2gmi0bf3jg2m82li19szqlwb325kdjmdf546";
|
sha256 = "18z1yaf1a1ncvflxzv96b35d44933yrmsmxv5dr87iyfry28qbnv";
|
||||||
patches = [ ./new-conduit.patch ];
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async conduit free httpClient httpConduit httpTypes lens
|
async conduit free httpClient httpConduit httpTypes lens
|
||||||
monadControl network text transformers xmlConduit
|
monadControl network resourcet text transformers xmlConduit
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async conduit doctest filepath free hspec hspecExpectationsLens
|
async conduit doctest filepath free hspec hspecExpectationsLens
|
||||||
httpClient httpConduit httpTypes lens monadControl network text
|
httpClient httpConduit httpTypes lens monadControl network
|
||||||
transformers xmlConduit
|
resourcet text transformers xmlConduit
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Jenkins API interface";
|
description = "Jenkins API interface";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user