aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-05 03:17:05 +0100
committerDon Stewart <dons@galois.com>2007-11-05 03:17:05 +0100
commit9df520c0a301046d467ab8d273e1413c018e3c82 (patch)
tree7ac045604e4928c4805a9009a926b1c03b9cf068 /xmonad.cabal
parentbd8bdda8f6c64c2689e85e8d0e2437d2aab9541a (diff)
downloadxmonad-9df520c0a301046d467ab8d273e1413c018e3c82.tar.gz
xmonad-9df520c0a301046d467ab8d273e1413c018e3c82.tar.xz
xmonad-9df520c0a301046d467ab8d273e1413c018e3c82.zip
EventLoop -> Core, DefaultConfig -> Config
darcs-hash:20071105021705-cba2c-fc7ffc11ffa9a5397cc40a5dba530ca620018f25.gz
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