2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-25 16:09:26 +00:00
|
|
|
{ cabal, async, conduit, doctest, filepath, free, hspec
|
|
|
|
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
|
2014-06-09 08:25:07 +01:00
|
|
|
, monadControl, network, resourcet, text, transformers, xmlConduit
|
2014-02-25 16:09:26 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "libjenkins";
|
2014-06-09 08:25:07 +01:00
|
|
|
version = "0.4.3.0";
|
|
|
|
sha256 = "18z1yaf1a1ncvflxzv96b35d44933yrmsmxv5dr87iyfry28qbnv";
|
2014-02-25 16:09:26 +00:00
|
|
|
buildDepends = [
|
|
|
|
async conduit free httpClient httpConduit httpTypes lens
|
2014-06-09 08:25:07 +01:00
|
|
|
monadControl network resourcet text transformers xmlConduit
|
2014-02-25 16:09:26 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
async conduit doctest filepath free hspec hspecExpectationsLens
|
2014-06-09 08:25:07 +01:00
|
|
|
httpClient httpConduit httpTypes lens monadControl network
|
|
|
|
resourcet text transformers xmlConduit
|
2014-02-25 16:09:26 +00:00
|
|
|
];
|
2014-04-07 21:35:26 +01:00
|
|
|
jailbreak = true;
|
2014-06-09 08:25:07 +01:00
|
|
|
doCheck = false;
|
2014-02-25 16:09:26 +00:00
|
|
|
meta = {
|
|
|
|
description = "Jenkins API interface";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|