summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/libjenkins/default.nix
blob: 0411cb93063f42dd0dc409162cb9a50aea982673 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, async, conduit, doctest, filepath, free, hspec
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
, monadControl, network, resourcet, text, transformers, xmlConduit
}:

cabal.mkDerivation (self: {
  pname = "libjenkins";
  version = "0.4.3.0";
  sha256 = "18z1yaf1a1ncvflxzv96b35d44933yrmsmxv5dr87iyfry28qbnv";
  buildDepends = [
    async conduit free httpClient httpConduit httpTypes lens
    monadControl network resourcet text transformers xmlConduit
  ];
  testDepends = [
    async conduit doctest filepath free hspec hspecExpectationsLens
    httpClient httpConduit httpTypes lens monadControl network
    resourcet text transformers xmlConduit
  ];
  jailbreak = true;
  doCheck = false;
  meta = {
    description = "Jenkins API interface";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})