packages feed

xmonad-wallpaper 0.0.1.3 → 0.0.1.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~xmonadPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: xmonad

API changes (from Hackage documentation)

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.3+version:             0.0.1.4  -- 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.12 && <0.13, 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.13 && <=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