xhb-ewmh-0.1.0.0: xhb-ewmh.cabal
name: xhb-ewmh
version: 0.1.0.0
synopsis: EWMH utilities for XHB
description: EWMH utilities for XHB
license: BSD2
license-file: LICENSE
author: Jochen Keil
maintainer: Jochen Keil <jochen.keil+xhb-ewmh@gmail.com>
homepage: http://github.com/jotrk/xhb-ewmh/
bug-reports: http://github.com/jotrk/xhb-ewmh/issues
category: Graphics
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/jotrk/xhb-ewmh.git
library
build-depends: base >= 4.7 && < 4.8,
binary >= 0.7 && < 0.8,
bytestring >= 0.10 && < 0.11,
dlist >= 0.7 && < 0.8,
hashable >= 1.2 && < 1.3,
mtl >= 2.2 && < 3.0,
transformers >= 0.4 && < 0.5,
xhb >= 0.5 && < 0.6,
xhb-atom-cache
exposed-modules: Graphics.XHB.Ewmh,
Graphics.XHB.Ewmh.Atoms,
Graphics.XHB.Ewmh.Types,
Graphics.XHB.Ewmh.Values
other-extensions: DeriveDataTypeable,
FlexibleContexts,
FlexibleInstances,
OverlappingInstances
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src