nixpkgs/pkgs/development/libraries/haskell/libjenkins/default.nix

32 lines
1.0 KiB
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ 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";
version = "0.6.0";
sha256 = "0rcqmj5myi2wy2acd59gqdfwiiapw1zwzm71bjqb1y66z0rnrkx4";
2014-02-25 16:09:26 +00:00
buildDepends = [
attoparsec free httpClient httpClientTls httpTypes liftedAsync
liftedBase monadControl mtl network networkUri profunctors text
transformers
2014-02-25 16:09:26 +00:00
];
testDepends = [
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
];
jailbreak = true;
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;
};
})