summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/libjenkins/default.nix
blob: a873616f3c0106e25c44a1713f1a66e82104f71e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
}:

cabal.mkDerivation (self: {
  pname = "libjenkins";
  version = "0.6.0";
  sha256 = "0rcqmj5myi2wy2acd59gqdfwiiapw1zwzm71bjqb1y66z0rnrkx4";
  buildDepends = [
    attoparsec free httpClient httpClientTls httpTypes liftedAsync
    liftedBase monadControl mtl network networkUri profunctors text
    transformers
  ];
  testDepends = [
    async attoparsec doctest filepath free hspec hspecExpectationsLens
    httpClient httpClientTls httpTypes lens liftedAsync liftedBase
    monadControl mtl network networkUri profunctors text transformers
    xmlConduit
  ];
  jailbreak = true;
  doCheck = false;
  meta = {
    description = "Jenkins API interface";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})