xdg-desktop-entry 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+11/−5 lines, 2 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- xdg-desktop-entry.cabal +6/−5
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for xdg-desktop-entry +## 0.1.1.4 -- 2026-03-15++* Relax `transformers` upper bound to support `0.6.x`, including GHC 9.12.4 RC snapshots.+* Update package metadata to point at the `taffybar` monorepo subtree.+ ## 0.1.1.3 -- 2026-02-09 * Relax `ini` upper bound to support 0.5.x (fixes Stackage compatibility)
xdg-desktop-entry.cabal view
@@ -1,10 +1,10 @@ cabal-version: 2.4 name: xdg-desktop-entry-version: 0.1.1.3+version: 0.1.1.4 synopsis: Parse files conforming to the xdg desktop entry spec description: Parse files conforming to the xdg desktop entry spec.-bug-reports: https://github.com/taffybar/xdg-desktop-entry/issues-homepage: https://github.com/taffybar/xdg-desktop-entry+bug-reports: https://github.com/taffybar/taffybar/issues+homepage: https://github.com/taffybar/taffybar/tree/master/packages/xdg-desktop-entry license: BSD-3-Clause license-file: LICENSE author: Ivan Malison@@ -16,7 +16,8 @@ source-repository head type: git- location: https://github.com/taffybar/xdg-desktop-entry.git+ location: https://github.com/taffybar/taffybar.git+ subdir: packages/xdg-desktop-entry library exposed-modules: System.Environment.XDG.DesktopEntry@@ -28,7 +29,7 @@ multimap >= 1.2.1 && < 1.3, safe >= 0.3.19 && < 0.4, text >= 1.2.4 && < 2.2,- transformers >= 0.5.6 && < 0.6.2,+ transformers >= 0.5.6 && < 0.7, unix >= 2.7.2 && < 2.9, unordered-containers >= 0.2.10 && < 0.3 hs-source-dirs: src