xdg-desktop-entry 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ System.Environment.XDG.DesktopEntry: getClassNames :: DesktopEntry -> [String]
+ System.Environment.XDG.DesktopEntry: indexDesktopEntriesBy :: Foldable t => (DesktopEntry -> [String]) -> t DesktopEntry -> MultiMap String DesktopEntry
+ System.Environment.XDG.DesktopEntry: indexDesktopEntriesByClassName :: Foldable t => t DesktopEntry -> MultiMap String DesktopEntry
Files
src/System/Environment/XDG/DesktopEntry.hs view
@@ -23,10 +23,13 @@ , deNoDisplay , deNotShowIn , deOnlyShowIn+ , getClassNames , getDirectoryEntriesDefault , getDirectoryEntry , getDirectoryEntryDefault , getXDGDataDirs+ , indexDesktopEntriesBy+ , indexDesktopEntriesByClassName , listDesktopEntries , readDesktopEntry ) where
xdg-desktop-entry.cabal view
@@ -4,7 +4,7 @@ -- http://haskell.org/cabal/users-guide/ name: xdg-desktop-entry-version: 0.1.0.0+version: 0.1.1.0 synopsis: Parse files conforming to the xdg desktop entry spec -- description: -- bug-reports: