xmonad-contrib 0.11 → 0.11.1
raw patch · 2 files changed
+6/−24 lines, 2 filesdep ~X11PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: X11
API changes (from Hackage documentation)
Files
- XMonad/Hooks/DebugEvents.hs +0/−15
- xmonad-contrib.cabal +6/−9
XMonad/Hooks/DebugEvents.hs view
@@ -42,26 +42,11 @@ import Data.Maybe (fromMaybe) import Data.Monoid import Foreign-import Foreign.C.String import Foreign.C.Types import Numeric (showHex) import System.Exit import System.IO import System.Process---- this should move into X11-foreign import ccall unsafe "XGetAtomName"- xGetAtomName :: Display -> Atom -> IO CString--getAtomName :: Display -> Atom -> IO (Maybe String)-getAtomName d a = do- n <- xGetAtomName d a- if n == nullPtr- then return Nothing- else do- n' <- peekCString n- xFree n- return $ Just n' -- | Event hook to dump all received events. You should probably not use this -- unconditionally; it will produce massive amounts of output.
xmonad-contrib.cabal view
@@ -1,5 +1,5 @@ name: xmonad-contrib-version: 0.11+version: 0.11.1 homepage: http://xmonad.org/ synopsis: Third party extensions for xmonad description:@@ -19,8 +19,8 @@ category: System license: BSD3 license-file: LICENSE-author: Spencer Janssen-maintainer: spencerjanssen@gmail.com+author: Spencer Janssen & others+maintainer: xmonad@haskell.org extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh scripts/window-properties.sh scripts/xinitrc scripts/xmonad-acpi.c@@ -34,11 +34,8 @@ build-type: Simple bug-reports: http://code.google.com/p/xmonad/issues/list -tested-with: GHC==7.6.1,- GHC==7.4.1,- GHC==7.2.1,- GHC==6.12.3,- GHC==6.10.4+tested-with: GHC==7.6.1+ source-repository head type: darcs location: http://code.haskell.org/XMonadContrib@@ -72,7 +69,7 @@ extensions: ForeignFunctionInterface cpp-options: -DXFT - build-depends: mtl >= 1 && < 3, unix, X11>=1.6 && < 1.7, xmonad>=0.11 && < 0.12, utf8-string+ build-depends: mtl >= 1 && < 3, unix, X11 >= 1.6.1 && < 1.7, xmonad >= 0.11 && < 0.12, utf8-string if true ghc-options: -fwarn-tabs -Wall