summaryrefslogtreecommitdiffstats
path: root/xminad.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xminad.cabal')
-rw-r--r--xminad.cabal40
1 files changed, 20 insertions, 20 deletions
diff --git a/xminad.cabal b/xminad.cabal
index ad015c6..096da55 100644
--- a/xminad.cabal
+++ b/xminad.cabal
@@ -10,7 +10,7 @@ name: xminad
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 0.2.0.0
+version: 0.2.0.1
-- A short (one-line) description of the package.
synopsis: Minar's XMonad window manager
@@ -70,19 +70,19 @@ Library
ghc-options: -Wall
build-depends:
- base >=4.6 && <4.9
- , containers >=0.5 && <0.6
- , dbus >=0.10 && <0.12
+ base >=4.6 && <5.0
+ , containers >=0.5 && <0.7
+ , dbus >=0.10 && <0.13
, directory >=1.2 && <1.3
- , libmpd >=0.9 && <0.10
- , MissingH >=1.2 && <1.4
+ , libmpd >=0.9 && <0.11
+ , MissingH >=1.2 && <1.5
, regex-compat >=0.90 && <1.0
, regex-posix >=0.90 && <1.0
, unix >=2.0 && <3.0
, utf8-string >=0.3 && <1.1
- , xmonad >=0.11 && <0.12
- , xmonad-contrib >=0.11 && <0.12
- , xmonad-extras >=0.11 && <0.13
+ , xmonad >=0.12 && <0.13
+ , xmonad-contrib >=0.12 && <0.13
+ , xmonad-extras >=0.12 && <0.13
-- Base language which the package is written in.
default-language: Haskell2010
@@ -107,21 +107,21 @@ executable xminad
-- Other library packages from which modules are imported.
build-depends:
- base >=4.6 && <4.9
- , containers >=0.5 && <0.6
- , dbus >=0.10 && < 0.12
+ base >=4.6 && <5.0
+ , containers >=0.5 && <0.7
+ , dbus >=0.10 && <0.13
, directory >=1.2 && <1.3
- , libmpd >=0.9 && <0.10
- , MissingH >=1.2 && <1.4
- , regex-compat >=0.90 && <1.0
- , regex-posix >=0.90 && <1.0
- , text >=0.11 && <1.3
+ , libmpd >=0.9 && <0.11
+ , MissingH >=1.2 && <1.5
+ , regex-compat >=0.90 && <1.1
+ , regex-posix >=0.90 && <1.1
+ , text >=0.11 && <2.0
, utf8-string >=0.3 && <1.1
, X11 >=1.6 && <2.0
, xminad
- , xmonad >=0.11 && <0.12
- , xmonad-contrib >=0.11 && <0.12
- , xmonad-extras >=0.11 && <0.13
+ , xmonad >=0.12 && <0.13
+ , xmonad-contrib >=0.12 && <0.13
+ , xmonad-extras >=0.12 && <0.13
-- Base language which the package is written in.
default-language: Haskell2010