31 lines
1.2 KiB
Nix
31 lines
1.2 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, attoparsec, base64Bytestring, cond, dataDefault
|
|
, 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.6.0.1";
|
|
sha256 = "0qpk1i6qr12lcx25bdljwqxgdhf5qk67h04bp6vwmm16dwzsyqd1";
|
|
buildDepends = [
|
|
aeson attoparsec base64Bytestring cond dataDefault directoryTree
|
|
exceptions filepath httpClient httpTypes liftedBase monadControl
|
|
mtl network scientific temporary text time transformers
|
|
transformersBase unorderedContainers vector zipArchive
|
|
];
|
|
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;
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
|
broken = true;
|
|
};
|
|
})
|