cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: webdriver-wrapper version: 0.2.0.1 synopsis: Wrapper around the webdriver package that automatically manages Selenium description: Please see the README on GitHub at category: browser, selenium, testing, web, webdriver, geckodriver homepage: https://github.com/gtollini/webdriver-wrapper#readme bug-reports: https://github.com/gtollini/webdriver-wrapper/issues author: Gabriel Tollini maintainer: gabrieltollini@hotmail.com copyright: 2024 Gabriel Tollini license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/gtollini/webdriver-wrapper library exposed-modules: Test.WebDriverWrapper Test.WebDriverWrapper.ChromeDriver Test.WebDriverWrapper.Constants Test.WebDriverWrapper.GeckoDriver Test.WebDriverWrapper.Helpers Test.WebDriverWrapper.Selenium other-modules: Paths_webdriver_wrapper autogen-modules: Paths_webdriver_wrapper hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: aeson >=2.1.2.1 && <2.3 , async >=2.2.5 && <2.3 , base >=4.7 && <5 , bytestring >=0.11.5 && <0.13 , directory >=1.3.8 && <1.4 , extra >=1.7.16 && <1.9 , filepath >=1.4 && <1.6 , http-conduit >=2.3.8 && <2.4 , http-types >=0.12.4 && <0.13 , process >=1.6.18 && <1.7 , process-extras >=0.7.4 && <0.8 , retry >=0.9.3 && <0.10 , string-interpolate >=0.3.3 && <0.4 , tar >=0.5.1.1 && <0.7 , text >=2.0.2 && <2.2 , unix >=2.8.4 && <2.9 , unordered-containers >=0.2.20 && <0.3 , vector >=0.13.1 && <0.14 , webdriver >=0.12.0 && <0.13 , zip-archive >=0.4.3 && <0.5 , zlib >=0.6.3 && <0.8 default-language: Haskell2010