2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-12 23:38:58 +00:00
|
|
|
{ cabal, async, attoparsec, doctest, filepath, free, hspec
|
|
|
|
, hspecExpectationsLens, httpClient, httpClientTls, httpTypes, lens
|
|
|
|
, liftedAsync, liftedBase, monadControl, mtl, network, networkUri
|
|
|
|
, profunctors, text, transformers, xmlConduit
|
2014-02-25 16:09:26 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "libjenkins";
|
2014-11-12 23:38:58 +00:00
|
|
|
version = "0.6.0";
|
|
|
|
sha256 = "0rcqmj5myi2wy2acd59gqdfwiiapw1zwzm71bjqb1y66z0rnrkx4";
|
2014-02-25 16:09:26 +00:00
|
|
|
buildDepends = [
|
2014-11-12 23:38:58 +00:00
|
|
|
attoparsec free httpClient httpClientTls httpTypes liftedAsync
|
|
|
|
liftedBase monadControl mtl network networkUri profunctors text
|
|
|
|
transformers
|
2014-02-25 16:09:26 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-11-12 23:38:58 +00:00
|
|
|
async attoparsec doctest filepath free hspec hspecExpectationsLens
|
|
|
|
httpClient httpClientTls httpTypes lens liftedAsync liftedBase
|
|
|
|
monadControl mtl network networkUri profunctors text transformers
|
2014-10-13 12:03:03 +01:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|