haskell-webdriver: update to version 0.6.0.1
This commit is contained in:
parent
3f881c8bdf
commit
6c1a24766f
@ -1,21 +1,21 @@
|
|||||||
# 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, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
||||||
, directoryTree, exceptions, filepath, HTTP, liftedBase
|
, directoryTree, exceptions, filepath, httpClient, httpTypes
|
||||||
, monadControl, mtl, network, parallel, scientific, temporary, text
|
, liftedBase, monadControl, mtl, network, parallel, scientific
|
||||||
, time, transformers, transformersBase, unorderedContainers, vector
|
, temporary, text, time, transformers, transformersBase
|
||||||
, zipArchive
|
, unorderedContainers, vector, zipArchive
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "webdriver";
|
pname = "webdriver";
|
||||||
version = "0.5.5";
|
version = "0.6.0.1";
|
||||||
sha256 = "1k656ghkaqlnp4a9dd99s3l2vm21zsqpqxwfg2lq5rx2yw402nga";
|
sha256 = "0qpk1i6qr12lcx25bdljwqxgdhf5qk67h04bp6vwmm16dwzsyqd1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
||||||
exceptions filepath HTTP liftedBase monadControl mtl network
|
exceptions filepath httpClient httpTypes liftedBase monadControl
|
||||||
scientific temporary text time transformers transformersBase
|
mtl network scientific temporary text time transformers
|
||||||
unorderedContainers vector zipArchive
|
transformersBase unorderedContainers vector zipArchive
|
||||||
];
|
];
|
||||||
testDepends = [ parallel text ];
|
testDepends = [ parallel text ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user