Bump version to 0.10.1

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.
This commit is contained in:
Adam Vogt 2012-03-20 00:53:11 +00:00
parent 328293a0a8
commit 40d8c01894

View File

@ -1,5 +1,5 @@
name: xmonad-contrib name: xmonad-contrib
version: 0.10 version: 0.10.1
homepage: http://xmonad.org/ homepage: http://xmonad.org/
synopsis: Third party extensions for xmonad synopsis: Third party extensions for xmonad
description: description:
@ -61,7 +61,7 @@ library
extensions: ForeignFunctionInterface extensions: ForeignFunctionInterface
cpp-options: -DXFT 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 if true
ghc-options: -fwarn-tabs -Wall ghc-options: -fwarn-tabs -Wall