haskell-libjenkins: update to version 0.6.0
This commit is contained in:
parent
31b2b5ecb9
commit
60cb846b6a
@ -1,24 +1,24 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, async, conduit, doctest, exceptions, filepath, free, hspec
|
{ cabal, async, attoparsec, doctest, filepath, free, hspec
|
||||||
, hspecExpectationsLens, httpClient, httpConduit, httpTypes, lens
|
, hspecExpectationsLens, httpClient, httpClientTls, httpTypes, lens
|
||||||
, monadControl, network, networkUri, resourcet, text, transformers
|
, liftedAsync, liftedBase, monadControl, mtl, network, networkUri
|
||||||
, xmlConduit
|
, profunctors, text, transformers, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libjenkins";
|
pname = "libjenkins";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
sha256 = "010gid9r3kcajijg7x56c77l93vlbh7fy7akjrg7b73i4zy6jnl7";
|
sha256 = "0rcqmj5myi2wy2acd59gqdfwiiapw1zwzm71bjqb1y66z0rnrkx4";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async conduit exceptions free httpClient httpConduit httpTypes lens
|
attoparsec free httpClient httpClientTls httpTypes liftedAsync
|
||||||
monadControl network networkUri resourcet text transformers
|
liftedBase monadControl mtl network networkUri profunctors text
|
||||||
xmlConduit
|
transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async conduit doctest exceptions filepath free hspec
|
async attoparsec doctest filepath free hspec hspecExpectationsLens
|
||||||
hspecExpectationsLens httpClient httpConduit httpTypes lens
|
httpClient httpClientTls httpTypes lens liftedAsync liftedBase
|
||||||
monadControl network networkUri resourcet text transformers
|
monadControl mtl network networkUri profunctors text transformers
|
||||||
xmlConduit
|
xmlConduit
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user