xmonad-extras 0.15.2 → 0.15.3
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~libmpd
Dependency ranges changed: libmpd
Files
- README.md +1/−1
- xmonad-extras.cabal +5/−4
README.md view
@@ -1,7 +1,7 @@ xmonad-extras --------------- -[](https://travis-ci.org/xmonad/xmonad-extras)+ [](https://hackage.haskell.org/package/xmonad-extras) [](http://stackage.org/nightly/package/xmonad-extras) [](http://stackage.org/lts/package/xmonad-extras)
xmonad-extras.cabal view
@@ -1,5 +1,5 @@ name: xmonad-extras-version: 0.15.2+version: 0.15.3 homepage: https://github.com/xmonad/xmonad-extras synopsis: Third party extensions for xmonad with wacky dependencies description: Various modules for xmonad that cannot be added to xmonad-contrib@@ -8,8 +8,8 @@ license: BSD3 license-file: LICENSE author: The Daniels Schoepe and Wagner-maintainer: Sibi <sibi@psibi.in>, daniel@wagner-home.com, daniel.schoepe@googlemail.com-cabal-version: >= 1.2.1+maintainer: Sibi Prabakaran<sibi@psibi.in>, daniel@wagner-home.com, daniel.schoepe@googlemail.com+cabal-version: >= 1.10 build-type: Simple extra-source-files: README.md, CHANGELOG.md @@ -43,6 +43,7 @@ library build-depends: base < 5, mtl, containers, X11>=1.4.3, xmonad>=0.10, xmonad-contrib>=0.10+ default-language: Haskell2010 ghc-options: -fwarn-tabs -Wall -fno-warn-unused-do-bind -- Upload blocked by this: https://github.com/haskell/cabal/issues/2527@@ -60,7 +61,7 @@ -- XMonad.Hooks.EvalServer if flag(with_mpd)- build-depends: libmpd >= 0.9 && < 0.10, bytestring >= 0.9 && < 0.11+ build-depends: libmpd >= 0.9, bytestring >= 0.9 && < 0.11 exposed-modules: XMonad.Prompt.MPD if flag(with_regex_posix)