name: xmonad-windownames
version: 0.1.0.0
synopsis: A library to automatically put named windows into the DynamicLog.
homepage: https://github.com/plindbe2/xmonad-windownames
license: BSD3
license-file: LICENSE
author: Phil Lindberg
maintainer: plindbe2@gmail.com
category: XMonad
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: XMonad.Actions.WindowNames
build-depends: base >=4.7 && <4.8,
utf8-string >=0.3 && <0.4,
xmonad >=0.11 && <0.12,
xmonad-contrib >=0.11 && <0.12,
containers >=0.5 && <0.6
hs-source-dirs: src
default-language: Haskell2010