--- name: xmonad-ng version: 2.1.0.0 synopsis: Personal XMonad configuration description: I hope no one will read this description. It's awful. category: System author: Azat Bahawi copyright: (c) Azat Bahawi 2018-2022 license: GPL-3.0-or-later ghc-options: - -Wall - -Wcompat - -Wincomplete-record-updates - -Wincomplete-uni-patterns - -Wredundant-constraints dependencies: - base == 4.* - flow == 2.0.* - xmonad == 0.17.* - xmonad-contrib == 0.17.* library: source-dirs: src/lib dependencies: - containers == 0.6.* - X11 == 1.10.* when: - condition: false other-modules: Paths_xmonad_ng executable: source-dirs: src/exe main: Main.hs ghc-options: - -rtsopts - -threaded - -v0 - -with-rtsopts=-N dependencies: xmonad-ng when: - condition: false other-modules: Paths_xmonad_ng