packages feed

webdriver-wrapper-0.1.0.0: webdriver-wrapper.cabal

cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:           webdriver-wrapper
version:        0.1.0.0
synopsis:       Wrapper around the webdriver package that automatically manages Selenium
description:    Please see the README on GitHub at <https://github.com/gtollini/webdriver-wrapper#readme>
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.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.12
    , directory >=1.3.8 && <1.4
    , extra >=1.7.16 && <1.8
    , filepath >=1.4.300 && <1.5
    , http-conduit >=2.3.8 && <2.4
    , http-types >=0.12.4 && <0.13
    , process >=1.6.19 && <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.1
    , unix >=2.8.4 && <2.9
    , unordered-containers >=0.2.20 && <0.3
    , webdriver >=0.12.0 && <0.13
    , zip-archive >=0.4.3 && <0.5
    , zlib >=0.6.3 && <0.8
  default-language: Haskell2010