name: xmonadutils
version: 0.1
homepage: http://www.haskell.org/haskellwiki/Xmonadutils
synopsis: A small collection of X utilities
description: A small collection of X utilities useful when
running XMonad. It includes: hxsel, which returns
the text currently in the X selection; hslock, a
simple X screen lock; hmanage: an utility to
toggle the overrideredirect property of any
window; and hhp, a simple utility to hide the
pointer, similar to unclutter.
category: System
license: BSD3
licensefile: LICENSE
author: Andrea Rossato
maintainer: andrea.rossato@unibz.it
builddepends: base>=2.0, X11>=1.3, ghc>=6.8, unix, random>=1.0
buildtype: Simple
testedwith: GHC==6.8.2
extrasourcefiles: src/Heval.hs, src/Hhp.hs, src/Hmanage.hs,
src/Hxput.hs, src/Hxsel.hs, src/Utils.hs
executable: hxsel
mainis: Hxsel.hs
hssourcedirs: src/
ghcoptions: funboxstrictfields O2 Wall optlWl,s
ghcprofoptions: prof autoall
executable: hxput
mainis: Hxput.hs
hssourcedirs: src/
ghcoptions: funboxstrictfields O2 Wall optlWl,s
ghcprofoptions: prof autoall
executable: hslock
mainis: Hslock.hsc
othermodules: Hslock
extensions: ForeignFunctionInterface
hssourcedirs: src/
ghcoptions: funboxstrictfields O2 Wall lcrypt optlWl,s
ghcprofoptions: prof autoall
executable: hmanage
mainis: Hmanage.hs
hssourcedirs: src/
ghcoptions: funboxstrictfields O2 Wall optlWl,s
ghcprofoptions: prof autoall
executable: hhp
mainis: Hhp.hs
hssourcedirs: src/
ghcoptions: funboxstrictfields O2 Wall optlWl,s
ghcprofoptions: prof autoall
executable: heval
mainis: Heval.hs
hssourcedirs: src/
ghcoptions: funboxstrictfields O2 Wall optlWl,s
ghcprofoptions: prof autoall