summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/webdriver/default.nix
blob: 7433f165e4d1a295675532bffaddb78740151b70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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, networkUri, parallel
, scientific, temporary, text, time, transformers, transformersBase
, unorderedContainers, vector, zipArchive
}:

cabal.mkDerivation (self: {
  pname = "webdriver";
  version = "0.6.0.4";
  sha256 = "1miy65dl60gymf0a65kjykdmsl3cwcjrfg1iiyk6vkjz39y6y7qf";
  buildDepends = [
    aeson attoparsec base64Bytestring cond dataDefault directoryTree
    exceptions filepath httpClient httpTypes liftedBase monadControl
    mtl network networkUri scientific temporary text time transformers
    transformersBase unorderedContainers vector zipArchive
  ];
  testDepends = [ parallel text ];
  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 ];
  };
})