name: xmonad-vanessa version: 0.1.1.6 synopsis: Custom xmonad, which builds with stack or cabal. description: Please see README.md homepage: https://hub.darcs.net/vmchale/xmonad-vanessa license: BSD3 license-file: LICENSE author: Vanessa McHale maintainer: vanessa.mchale@reconfigure.io copyright: 2017 Vanessa McHale category: Web build-type: Simple extra-source-files: README.md, stack.yaml cabal-version: >=1.10 Flag library { Description: Don't build an executable Default: True } library hs-source-dirs: src exposed-modules: XMonad.Config.Vanessa , XMonad.Util.Brightness , XMonad.Util.Keyboard , XMonad.Util.Volume , XMonad.Util.MediaKeys build-depends: base >= 4.8 && < 5 , xmonad >= 0.13 , xmonad-contrib >= 0.13 , composition-prelude , containers , process , X11 , transformers ghc-options: -fwarn-unused-imports default-language: Haskell2010 executable xmonad if flag(library) Buildable: False hs-source-dirs: app main-is: Main.hs ghc-options: -O2 build-depends: base , xmonad-vanessa default-language: Haskell2010 executable getkb if flag(library) Buildable: False hs-source-dirs: app main-is: ParseKBLayout.hs ghc-options: -threaded -O2 -- -rtsopts -with-rtsopts=-N -- -fllvm -optlo-O3 build-depends: base , xmonad-vanessa default-language: Haskell2010 test-suite xmonad-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , xmonad-vanessa , hspec , xmonad ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: darcs location: https://hub.darcs.net/vmchale/xmonad-vanessa