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!
|
||||
|
||||
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
||||
, directoryTree, exceptions, filepath, HTTP, liftedBase
|
||||
, monadControl, mtl, network, parallel, scientific, temporary, text
|
||||
, time, transformers, transformersBase, unorderedContainers, vector
|
||||
, zipArchive
|
||||
, directoryTree, exceptions, filepath, httpClient, httpTypes
|
||||
, liftedBase, monadControl, mtl, network, parallel, scientific
|
||||
, temporary, text, time, transformers, transformersBase
|
||||
, unorderedContainers, vector, zipArchive
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "webdriver";
|
||||
version = "0.5.5";
|
||||
sha256 = "1k656ghkaqlnp4a9dd99s3l2vm21zsqpqxwfg2lq5rx2yw402nga";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "0qpk1i6qr12lcx25bdljwqxgdhf5qk67h04bp6vwmm16dwzsyqd1";
|
||||
buildDepends = [
|
||||
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
||||
exceptions filepath HTTP liftedBase monadControl mtl network
|
||||
scientific temporary text time transformers transformersBase
|
||||
unorderedContainers vector zipArchive
|
||||
exceptions filepath httpClient httpTypes liftedBase monadControl
|
||||
mtl network scientific temporary text time transformers
|
||||
transformersBase unorderedContainers vector zipArchive
|
||||
];
|
||||
testDepends = [ parallel text ];
|
||||
jailbreak = true;
|
||||
|
|
Loading…
Reference in New Issue