2022-07-16 13:42:29 +02:00
|
|
|
name: xmonad-custom
|
|
|
|
version: 1.0
|
2022-07-16 14:21:40 +02:00
|
|
|
build-type: Simple
|
2022-07-16 13:42:29 +02:00
|
|
|
cabal-version: 1.12
|
|
|
|
|
|
|
|
flag pedantic
|
|
|
|
description: Be pedantic (-Werror and the like)
|
|
|
|
default: False
|
|
|
|
manual: True
|
|
|
|
|
|
|
|
library
|
2022-07-16 14:21:40 +02:00
|
|
|
exposed-modules: XMonad.Custom.BindingUtils
|
2022-07-16 13:42:29 +02:00
|
|
|
XMonad.Custom.BasicKeyBindings
|
2022-07-16 14:22:04 +02:00
|
|
|
XMonad.Custom.SystemKeyBindings
|
2022-07-17 10:02:43 +02:00
|
|
|
XMonad.Custom.ProgramWorkspaces
|
2022-07-16 14:21:40 +02:00
|
|
|
XMonad.Custom.UniversitySetup
|
2022-07-17 08:47:11 +02:00
|
|
|
XMonad.Custom.Layout
|
2022-07-17 09:44:08 +02:00
|
|
|
XMonad.Custom.Workspaces
|
2022-07-17 09:59:10 +02:00
|
|
|
XMonad.Custom.Modifiers
|
2022-07-16 13:42:29 +02:00
|
|
|
hs-source-dirs: src
|
|
|
|
ghc-options: -funbox-strict-fields -Wall -Wno-unused-do-bind
|
|
|
|
build-depends: base
|
|
|
|
, xmonad
|
2022-07-16 16:56:29 +02:00
|
|
|
, xmonad-contrib
|
2022-07-16 13:42:29 +02:00
|
|
|
, ghc
|
2022-07-17 09:59:10 +02:00
|
|
|
, X11
|
2022-07-16 14:21:40 +02:00
|
|
|
default-language: Haskell2010
|