webdriver-precore 0.0.0.2 → 0.0.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~containers
Dependency ranges changed: containers
Files
- ChangeLog.md +4/−0
- webdriver-precore.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # webdriver-precore-??.??.??.?? (????-??-??) - Unreleased +# webdriver-precore-0.0.0.3 (2025-04-21)++A few documentation typos an bump version of Vector dependencies+ # webdriver-precore-0.0.0.2 (2025-04-21) The initial release of this library.
webdriver-precore.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.12 name: webdriver-precore-version: 0.0.0.2+version: 0.0.0.3 homepage: https://github.com/pyrethrum/webdriver-precore#readme bug-reports: https://github.com/pyrethrum/webdriver-precore/issues author: John Walker, Adrian Glouftsis@@ -28,7 +28,7 @@ sending the corresponding HTTP requests to a vendor provided WebDriver, then parsing the response using the parser provided as part of the 'W3Spec' type. - See "WebDriverPreCore" for further details and [the project repo](https://github.com/pyrethrum/webdriver/blob/main/webdriver-examples/driver-demo-e2e/WebDriverE2EDemoTest.hs) for an examples.+ See "WebDriverPreCore" for further details and [the project repo](https://github.com/pyrethrum/webdriver) for [examples](https://github.com/pyrethrum/webdriver/blob/main/webdriver-examples/README.md) . If you are looking for a fully implemented web client library, you should check out an alternative such as [haskell-webdriver](https://github.com/haskell-webdriver/haskell-webdriver#readme). @@ -124,7 +124,7 @@ base >=4.16 && <5, bytestring >=0.10 && <0.12.3, text >=2.1 && <2.2,- containers >=0.6 && <0.8,+ containers >=0.6 && <0.9, vector >=0.12 && <0.14 default-language: Haskell2010