2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-25 01:02:50 +01:00
|
|
|
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
2014-07-18 11:23:21 +01:00
|
|
|
, directoryTree, exceptions, filepath, httpClient, httpTypes
|
|
|
|
, liftedBase, monadControl, mtl, network, parallel, scientific
|
|
|
|
, temporary, text, time, transformers, transformersBase
|
|
|
|
, unorderedContainers, vector, zipArchive
|
2014-06-25 01:02:50 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "webdriver";
|
2014-07-18 11:23:21 +01:00
|
|
|
version = "0.6.0.1";
|
|
|
|
sha256 = "0qpk1i6qr12lcx25bdljwqxgdhf5qk67h04bp6vwmm16dwzsyqd1";
|
2014-06-25 01:02:50 +01:00
|
|
|
buildDepends = [
|
|
|
|
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
2014-07-18 11:23:21 +01:00
|
|
|
exceptions filepath httpClient httpTypes liftedBase monadControl
|
|
|
|
mtl network scientific temporary text time transformers
|
|
|
|
transformersBase unorderedContainers vector zipArchive
|
2014-06-25 01:02:50 +01:00
|
|
|
];
|
|
|
|
testDepends = [ parallel text ];
|
|
|
|
jailbreak = true;
|
|
|
|
doCheck = false;
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/kallisti-dev/hs-webdriver";
|
|
|
|
description = "a Haskell client for the Selenium WebDriver protocol";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|