webdriver-precore 0.0.0.3 → 0.0.0.4
raw patch · 3 files changed
+17/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- README.md +12/−1
- webdriver-precore.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # webdriver-precore-??.??.??.?? (????-??-??) - Unreleased +# webdriver-precore-0.0.0.4 (2025-04-21)++Fix another typo (bad repo examples link)+ # webdriver-precore-0.0.0.3 (2025-04-21) A few documentation typos an bump version of Vector dependencies
README.md view
@@ -1,5 +1,16 @@ # webdriver-precore +[](https://hackage.haskell.org/package/webdriver-precore)++++<!-- +Adapt and move when ready++[](http://stackage.org/lts/package/path)+[](http://stackage.org/nightly/package/path) +-->+ - [webdriver-precore](#webdriver-precore) - [What is This Library?](#what-is-this-library) - [Why This Library?](#why-this-library)@@ -74,7 +85,7 @@ 4. Run the driver 5. Drive the browser via the IO API -The full source can be found in the [example project repo](https://github.com/pyrethrum/webdriver/tree/jw-busywork/webdriver-examples/driver-demo-e2e).+The full source can be found in the [example project repo](https://github.com/pyrethrum/webdriver/blob/main/webdriver-examples/README.md). ## 1. Implementing a runner
webdriver-precore.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.12 name: webdriver-precore-version: 0.0.0.3+version: 0.0.0.4 homepage: https://github.com/pyrethrum/webdriver-precore#readme bug-reports: https://github.com/pyrethrum/webdriver-precore/issues author: John Walker, Adrian Glouftsis