haskell-libjenkins: update to version 0.5.0
This commit is contained in:
parent
60c7420b89
commit
41c7c4a9ef
|
@ -1,22 +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, async, conduit, doctest, filepath, free, hspec
|
{ cabal, async, conduit, doctest, exceptions, filepath, free, hspec
|
||||||
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
|
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
|
||||||
, monadControl, network, resourcet, text, transformers, xmlConduit
|
, monadControl, network, networkUri, resourcet, text, transformers
|
||||||
|
, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libjenkins";
|
pname = "libjenkins";
|
||||||
version = "0.4.3.0";
|
version = "0.5.0";
|
||||||
sha256 = "18z1yaf1a1ncvflxzv96b35d44933yrmsmxv5dr87iyfry28qbnv";
|
sha256 = "010gid9r3kcajijg7x56c77l93vlbh7fy7akjrg7b73i4zy6jnl7";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async conduit free httpClient httpConduit httpTypes lens
|
async conduit exceptions free httpClient httpConduit httpTypes lens
|
||||||
monadControl network resourcet text transformers xmlConduit
|
monadControl network networkUri resourcet text transformers
|
||||||
|
xmlConduit
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async conduit doctest filepath free hspec hspecExpectationsLens
|
async conduit doctest exceptions filepath free hspec
|
||||||
httpClient httpConduit httpTypes lens monadControl network
|
hspecExpectationsLens httpClient httpConduit httpTypes lens
|
||||||
resourcet text transformers xmlConduit
|
monadControl network networkUri resourcet text transformers
|
||||||
|
xmlConduit
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in New Issue