Declare other modules
This commit is contained in:
parent
e8a3d89468
commit
c5b4569491
1 changed files with 7 additions and 2 deletions
|
@ -14,8 +14,13 @@ build-type: Simple
|
||||||
extra-source-files: CHANGELOG.md
|
extra-source-files: CHANGELOG.md
|
||||||
|
|
||||||
executable xmonad
|
executable xmonad
|
||||||
main-is: xmonad.hs
|
main-is: xmonad.hs
|
||||||
-- other-modules:
|
other-modules: KeyBindings
|
||||||
|
, MouseBindings
|
||||||
|
, Nord
|
||||||
|
, Password
|
||||||
|
, Projects
|
||||||
|
, Scratchpad
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.13 && <4.14
|
build-depends: base >=4.13 && <4.14
|
||||||
, X11
|
, X11
|
||||||
|
|
Loading…
Reference in a new issue