Commit b90b6ce8 authored by Clint Adams's avatar Clint Adams
Browse files

xmonad-wallpaper: patch for newer xmonad

parent 01764dd0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
xmonad-wallpaper (0.0.1.4-5) unstable; urgency=medium

  * Patch for newer xmonad.

 -- Clint Adams <clint@debian.org>  Sun, 04 Nov 2018 19:13:33 -0500

xmonad-wallpaper (0.0.1.4-4) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+3 −4
Original line number Diff line number Diff line
@@ -14,17 +14,16 @@ Build-Depends: debhelper (>= 10),
 libghc-magic-dev (<< 1.2),
 libghc-magic-prof,
 libghc-random-dev (>= 1.1),
 libghc-random-dev (<< 1.2),
 libghc-random-prof,
 libghc-xmonad-dev (>= 0.13),
 libghc-xmonad-dev (<< 0.14),
 libghc-xmonad-dev (<< 0.15),
 libghc-xmonad-prof,
Build-Depends-Indep: ghc-doc,
 libghc-magic-doc,
 libghc-random-doc,
 libghc-xmonad-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/xmonad-wallpaper
Standards-Version: 4.2.1
Homepage: https://hackage.haskell.org/package/xmonad-wallpaper
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/xmonad-wallpaper
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/xmonad-wallpaper]
X-Description: xmonad wallpaper extension
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Last-Update: 2017-07-22
   
   -- Other library packages from which modules are imported.
-  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
+  build-depends:       base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.13 && <=0.14, 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.15, mtl >=2.0 && <2.3, random >=1.1, magic >=1.1 && <1.2
   
   -- Directories containing source files.
   hs-source-dirs:      src