Skip to content

Commit

Permalink
haskell-libjenkins: update to version 0.4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 88413cd commit d72b09e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pkgs/development/libraries/haskell/libjenkins/default.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{ cabal, async, conduit, doctest, filepath, free, hspec
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
, monadControl, network, text, transformers, xmlConduit
, monadControl, network, resourcet, text, transformers, xmlConduit
}:

cabal.mkDerivation (self: {
pname = "libjenkins";
version = "0.4.2.0";
sha256 = "11013klk2gvcaf2d2gmi0bf3jg2m82li19szqlwb325kdjmdf546";
patches = [ ./new-conduit.patch ];
version = "0.4.3.0";
sha256 = "18z1yaf1a1ncvflxzv96b35d44933yrmsmxv5dr87iyfry28qbnv";
buildDepends = [
async conduit free httpClient httpConduit httpTypes lens
monadControl network text transformers xmlConduit
monadControl network resourcet text transformers xmlConduit
];
testDepends = [
async conduit doctest filepath free hspec hspecExpectationsLens
httpClient httpConduit httpTypes lens monadControl network text
transformers xmlConduit
httpClient httpConduit httpTypes lens monadControl network
resourcet text transformers xmlConduit
];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
description = "Jenkins API interface";
license = self.stdenv.lib.licenses.bsd3;
Expand Down

0 comments on commit d72b09e

Please sign in to comment.