packages feed

xmonad-wallpaper 0.0.1.2 → 0.0.1.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~xmonadPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: xmonad

API changes (from Hackage documentation)

- XMonad.Wallpaper.Expand: instance Show AST
- XMonad.Wallpaper.Find: instance Eq UnixFile
- XMonad.Wallpaper.Find: instance Show UnixFile
+ XMonad.Wallpaper.Expand: instance GHC.Show.Show XMonad.Wallpaper.Expand.AST
+ XMonad.Wallpaper.Find: instance GHC.Classes.Eq XMonad.Wallpaper.Find.UnixFile
+ XMonad.Wallpaper.Find: instance GHC.Show.Show XMonad.Wallpaper.Find.UnixFile

Files

xmonad-wallpaper.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.0.1.2+version:             0.0.1.3  -- A short (one-line) description of the package. synopsis:            @@ -59,7 +59,7 @@   -- other-extensions:          -- Other library packages from which modules are imported.-  build-depends:       base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.11 && <0.12, mtl >=2.0 && <2.3, random >=1.1 && <1.2, magic >=1.1 && <1.2+  build-depends:       base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.12 && <0.13, mtl >=2.0 && <2.3, random >=1.1 && <1.2, magic >=1.1 && <1.2      -- Directories containing source files.   hs-source-dirs:      src