Skip to content

Commit

Permalink
Explicitly set 'other-modules' im XMonad cabal config (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdalpra authored Oct 15, 2023
1 parent c3423c1 commit 302aaf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions home/modules/wm/xmonad-config/xmonad-config.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ executable config
main-is: config.hs
default-language: Haskell2010
hs-source-dirs: . lib
other-modules:
Bindings
KeyboardLayout
Notifications
Polybar
Scratchpads
Terminal
WindowRules
Workspaces

ghc-options: -Wall -Whi-shadowing -Wname-shadowing
build-depends:
, base ^>=4.16.1.0
Expand Down

0 comments on commit 302aaf4

Please sign in to comment.