Declare other modules

This commit is contained in:
EEva (JPotier) 2020-03-10 15:42:24 +02:00
parent e8a3d89468
commit c5b4569491
1 changed files with 7 additions and 2 deletions

View File

@ -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