cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack 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 maintainer: Azat Bahawi copyright: (c) Azat Bahawi 2018-2022 license: GPL-3.0-or-later license-file: LICENSE build-type: Simple library exposed-modules: XMonad.Custom.Bindings XMonad.Custom.Config XMonad.Custom.Event XMonad.Custom.Layout XMonad.Custom.Log XMonad.Custom.Manage XMonad.Custom.Misc XMonad.Custom.Navigation XMonad.Custom.Projects XMonad.Custom.Prompt XMonad.Custom.Scratchpads XMonad.Custom.Startup XMonad.Custom.Theme XMonad.Custom.Workspaces hs-source-dirs: src/lib ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: X11 ==1.10.* , base ==4.* , containers ==0.6.* , flow ==2.0.* , xmonad ==0.17.* , xmonad-contrib ==0.17.* default-language: Haskell2010 executable xmonad-ng main-is: Main.hs hs-source-dirs: src/exe ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -rtsopts -threaded -v0 -with-rtsopts=-N build-depends: base ==4.* , flow ==2.0.* , xmonad ==0.17.* , xmonad-contrib ==0.17.* , xmonad-ng default-language: Haskell2010