packages feed

gitignore-ospath 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+10/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,13 @@ # Revision history for gitignore-ospath +## 0.1.0.2 -- 2026-01-09++* Tweaked some Cabal file fields.++## 0.1.0.1 -- 2026-01-08++* Tweaked some Cabal file fields.+ ## 0.1.0 -- 2026-01-02  * First version. Released on an unsuspecting world.
gitignore-ospath.cabal view
@@ -1,9 +1,8 @@ cabal-version:      3.0 name:               gitignore-ospath-version:            0.1.0.1-synopsis:           Library for reading .gitignore files and filtering paths.+version:            0.1.0.2+synopsis:           Library for reading .gitignore files and filtering paths description:        Library for reading .gitignore files and filtering paths.-                    .                     The library works with .gitignore-like formats (e.g., .dockerignore) and uses                     'System.OsPath.OsPath' for path handling. Parsing and filtering rules follow the                     Git documentation.