packages feed

webdriver-precore 0.0.0.3 → 0.0.0.4

raw patch · 3 files changed

+17/−2 lines, 3 files

Files

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 +[![Hackage](https://img.shields.io/hackage/v/webdriver-precore.svg)](https://hackage.haskell.org/package/webdriver-precore)+![build](https://github.com/pyrethrum/webdriver/actions/workflows/cicd.yaml/badge.svg?branch=main)+++<!-- +Adapt and move when ready+![CI](https://github.com/commercialhaskell/path/workflows/CI/badge.svg?branch=master)+[![Stackage LTS](http://stackage.org/package/path/badge/lts)](http://stackage.org/lts/package/path)+[![Stackage Nightly](http://stackage.org/package/path/badge/nightly)](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