From 40a334a261548893b6758f091f5d07d760b4f89e Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 20 Jul 2013 22:58:57 +0200 Subject: 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 --- xmonad-contrib.cabal | 4 ++-- 1 file 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 -- cgit v1.2.3