webdriver-precore 0.0.0.4 → 0.1.0.0
raw patch · 2 files changed
+11/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- webdriver-precore.cabal +7/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # webdriver-precore-??.??.??.?? (????-??-??) - Unreleased +# webdriver-precore-0.1.0.0 (2025-04-27)++Downgrade `cabal-version:` from `3.12` => `3.8` for Stackage compatibility+ # webdriver-precore-0.0.0.4 (2025-04-21) Fix another typo (bad repo examples link)
webdriver-precore.cabal view
@@ -1,7 +1,7 @@-cabal-version: 3.12+cabal-version: 3.8 name: webdriver-precore-version: 0.0.0.4+version: 0.1.0.0 homepage: https://github.com/pyrethrum/webdriver-precore#readme bug-reports: https://github.com/pyrethrum/webdriver-precore/issues author: John Walker, Adrian Glouftsis@@ -11,7 +11,11 @@ license: BSD-3-Clause license-file: LICENSE build-type: Simple-extra-doc-files: +-- after 3.10+-- extra-doc-files: +-- README.md+-- ChangeLog.md+extra-source-files: README.md ChangeLog.md tested-with: GHC == { 9.8.2, 9.10.1 }