From c5b4569491a92002e58f0c1e0c79599748af217a Mon Sep 17 00:00:00 2001 From: "EEva (JPotier)" Date: Tue, 10 Mar 2020 15:42:24 +0200 Subject: [PATCH] Declare other modules --- xmonad-config.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xmonad-config.cabal b/xmonad-config.cabal index 7de6498..63c7bb7 100644 --- a/xmonad-config.cabal +++ b/xmonad-config.cabal @@ -14,8 +14,13 @@ build-type: Simple extra-source-files: CHANGELOG.md executable xmonad - main-is: xmonad.hs - -- other-modules: + main-is: xmonad.hs + other-modules: KeyBindings + , MouseBindings + , Nord + , Password + , Projects + , Scratchpad -- other-extensions: build-depends: base >=4.13 && <4.14 , X11