diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2012-03-20 01:53:11 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2012-03-20 01:53:11 +0100 |
commit | 44d5ec8d072e91abf9844dd63c0870a8345aea17 (patch) | |
tree | bfc1e0bc3e7d584626e0ba25d0ea1b41a3848b7b | |
parent | 56f2989ec3f9f23d6f21167a4cada404374e1899 (diff) | |
download | XMonadContrib-44d5ec8d072e91abf9844dd63c0870a8345aea17.tar.gz XMonadContrib-44d5ec8d072e91abf9844dd63c0870a8345aea17.tar.xz XMonadContrib-44d5ec8d072e91abf9844dd63c0870a8345aea17.zip |
Bump version to 0.10.1
Ignore-this: f0608ffaa877f605eaa86c45a107a14d
Raising the X11 dependency while keeping the xmonad version the same leads to
problems where cabal install uses the dependency versions following hackage,
not what is installed.
darcs-hash:20120320005311-1499c-ef4170c0436b12b522283a27c818960c0fe0ec95.gz
-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 5f59e6b..876fc03 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -1,5 +1,5 @@ name: xmonad-contrib -version: 0.10 +version: 0.10.1 homepage: http://xmonad.org/ synopsis: Third party extensions for xmonad description: @@ -61,7 +61,7 @@ library extensions: ForeignFunctionInterface cpp-options: -DXFT - build-depends: mtl >= 1 && < 3, unix, X11>=1.6 && < 1.7, xmonad>=0.10 && < 0.11, utf8-string + build-depends: mtl >= 1 && < 3, unix, X11>=1.6 && < 1.7, xmonad>=0.10.1 && < 0.11, utf8-string if true ghc-options: -fwarn-tabs -Wall |