xdg-desktop-entry 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- xdg-desktop-entry.cabal +2/−2
xdg-desktop-entry.cabal view
@@ -4,7 +4,7 @@ -- http://haskell.org/cabal/users-guide/ name: xdg-desktop-entry-version: 0.1.1.0+version: 0.1.1.1 synopsis: Parse files conforming to the xdg desktop entry spec -- description: -- bug-reports:@@ -18,7 +18,7 @@ library exposed-modules: System.Environment.XDG.DesktopEntry- build-depends: base ^>=4.12.0.0,+ build-depends: base >=4.12 && < 5, ConfigFile, directory, either,