summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 2d34e8d..062dc58 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -21,15 +21,15 @@ build-depends: base>=2.0, mtl, unix, X11==1.3.0
extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
util/GenerateManpage.hs man/xmonad.1 man/xmonad.html
exposed-modules: XMonad
- XMonad.DefaultConfig
- XMonad.EventLoop
+ XMonad.Config
+ XMonad.Core
XMonad.Layouts
XMonad.Operations
XMonad.StackSet
executable: xmonad
main-is: Main.hs
-other-modules: XMonad.EventLoop XMonad.Layouts XMonad.Operations XMonad.StackSet XMonad
+other-modules: XMonad.Core XMonad.Layouts XMonad.Operations XMonad.StackSet XMonad
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
extensions: GeneralizedNewtypeDeriving