diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2013-07-20 22:58:57 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2013-07-20 22:58:57 +0200 |
commit | 40a334a261548893b6758f091f5d07d760b4f89e (patch) | |
tree | 51678a33c91ebb5cd09aae9aaba469b274d78b9c | |
parent | 5d1ac7e93492b14b01bd66b67977e1fcf06dfa22 (diff) | |
download | XMonadContrib-40a334a261548893b6758f091f5d07d760b4f89e.tar.gz XMonadContrib-40a334a261548893b6758f091f5d07d760b4f89e.tar.xz XMonadContrib-40a334a261548893b6758f091f5d07d760b4f89e.zip |
Bump version (and xmonad dependency) to 0.12
Ignore-this: ce165178ca916223501f266339f1de39
This makes a breakage due to missing patches in core a bit more obvious.
Previously you would have a build failure regarding some missing identifiers
(def re-exported by XMonad from Data.Default), while after applying this patch
it will be clear that xmonad-core needs to be updated.
darcs-hash:20130720205857-1499c-cbb998f2fb97724b08f0d8b6ccd95d6c34cf3f06.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 2d880fe..05259d4 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -1,5 +1,5 @@ name: xmonad-contrib -version: 0.11 +version: 0.12 homepage: http://xmonad.org/ synopsis: Third party extensions for xmonad description: @@ -73,7 +73,7 @@ library extensions: ForeignFunctionInterface cpp-options: -DXFT - build-depends: mtl >= 1 && < 3, unix, X11>=1.6.1 && < 1.7, xmonad>=0.11 && < 0.12, utf8-string + build-depends: mtl >= 1 && < 3, unix, X11>=1.6.1 && < 1.7, xmonad>=0.12 && < 0.13, utf8-string if true ghc-options: -fwarn-tabs -Wall |