cabal-version: 3.0 name: xmonad-ng version: 2.0.0 synopsis: Personal XMonad configuration description: This package is a window manager built on top of xmonad and xmonad-contrib libraries targeted for a single-display GNU\/Linux machine running Xorg. . Made with efficiency in mind this window manager enables controlling windows using only keyboard and allows using multiple workspaces, scratchpads, window layouts and etc. license: BSD-3-Clause license-file: LICENSE copyright: (c) 2018-2021 Azat Bahawi author: Azat Bahawi maintainer: Azat Bahawi stability: experimental tested-with: GHC ==8.10.7 category: System homepage: https://github.com/azahi/xmonad-ng bug-reports: https://github.com/azahi/xmonad-ng/issues build-type: Simple source-repository head type: git location: https://github.com/azahi/xmonad-ng executable xmonad-ng main-is: Main.hs other-modules: XMonad.Actions.FloatSnapSpaced XMonad.Actions.PerConditionKeys XMonad.Custom.Bindings XMonad.Custom.Event XMonad.Custom.Layout XMonad.Custom.Log XMonad.Custom.Manage XMonad.Custom.Misc XMonad.Custom.Navigation XMonad.Custom.Projects XMonad.Custom.Scratchpads XMonad.Custom.Startup XMonad.Custom.Theme XMonad.Custom.Workspaces hs-source-dirs: src build-depends: base ^>=4.14 , containers ^>=0.6 , directory ^>=1.3 , filepath ^>=1.4 , mtl ^>=2.2 , text ^>=1.2 , time ^>=1.9 , X11 ^>=1.10 , xmobar ^>=0.40 , xmonad ^>=0.15 , xmonad-contrib ^>=0.16 default-language: Haskell2010 other-extensions: CPP DeriveDataTypeable LambdaCase MultiParamTypeClasses TypeSynonymInstances ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -v0 -O2 -threaded -rtsopts -with-rtsopts=-N