2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-24 17:02:50 -07:00
|
|
|
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
2014-07-18 03:23:21 -07:00
|
|
|
, directoryTree, exceptions, filepath, httpClient, httpTypes
|
2014-11-23 12:07:31 -08:00
|
|
|
, liftedBase, monadControl, mtl, network, networkUri, parallel
|
|
|
|
, scientific, temporary, text, time, transformers, transformersBase
|
2014-07-18 03:23:21 -07:00
|
|
|
, unorderedContainers, vector, zipArchive
|
2014-06-24 17:02:50 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "webdriver";
|
2014-11-23 12:07:31 -08:00
|
|
|
version = "0.6.0.3";
|
|
|
|
sha256 = "1q0l9rs5j4cxzyqsy6r40y425359s246spk3g3pks7s47yynjn4q";
|
2014-06-24 17:02:50 -07:00
|
|
|
buildDepends = [
|
|
|
|
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
2014-07-18 03:23:21 -07:00
|
|
|
exceptions filepath httpClient httpTypes liftedBase monadControl
|
2014-11-23 12:07:31 -08:00
|
|
|
mtl network networkUri scientific temporary text time transformers
|
2014-07-18 03:23:21 -07:00
|
|
|
transformersBase unorderedContainers vector zipArchive
|
2014-06-24 17:02:50 -07: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;
|
2014-10-03 10:36:21 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-06-24 17:02:50 -07:00
|
|
|
};
|
|
|
|
})
|