--- name: xmonad-qv version: "0.1.0.0" github: "qvalentin/xmonad" license: GPL-3.0 author: "qvalentin" maintainer: "qvalentin" copyright: "GPL-3.0" description: My xmonad Configuration dependencies: - base >= 4.7 && < 5 - xmonad - xmonad-contrib ghc-options: - -Wall - -Wcompat - -Wincomplete-record-updates - -Wincomplete-uni-patterns - -Wredundant-constraints library: source-dirs: src executable: main: xmonad.hs other-modules: [] ghc-options: - -i - -ilib - -v0 - -O2 - -threaded - -rtsopts - -with-rtsopts=-N - -Wall dependencies: - xmonad-qv