summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
AgeCommit message (Expand)Author
2007-11-16tweak .cabal synopsis a littleDon Stewart
2007-11-14polish .cabal file. add xmonad@ as the default maintainerDon Stewart
2007-11-11Depend on X11 1.3.0.20071111Don Stewart
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-05Remove stale commentSpencer Janssen
2007-11-05Use Cabal's optimization flags rather than -OSpencer Janssen
2007-11-05-WerrorSpencer Janssen
2007-11-05Remove superfluous 'extensions:' fieldSpencer Janssen
2007-11-05Use configurations in xmonad.cabalSpencer Janssen
2007-11-05remember to compile the xmonad library also with the usual ghc-optoinsDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
2007-11-01exposed-modulesSpencer Janssen
2007-11-01HierarchifySpencer Janssen
2007-11-01This is a massive update, here's what has changed:Spencer Janssen
2007-10-18make xmonad work with inverted main/config.David Roundy
2007-10-18sketch of config/main inversion.David Roundy
2007-10-31more precise X11 version requiredDon Stewart
2007-10-30HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0Don Stewart
2007-10-14bump the version tag to 0.4, we're almost thereDon Stewart
2007-10-12Bump X11-extras dependencySpencer Janssen
2007-10-10Bump required X11-extras version to 0.3.1Spencer Janssen
2007-09-27note that we use pattern guards in the .cabal fileDon Stewart
2007-09-16update description field of cabal fileDon Stewart
2007-09-04Bump version to 0.3Spencer Janssen
2007-09-03Depend on X11-extras >= 0.3Spencer Janssen
2007-06-05mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart
2007-06-03set build-depends base>=2.0 so people can't miss the missing Read instance issueDon Stewart
2007-05-30Bump version to 0.2Spencer Janssen
2007-05-30Depend on X11-extras >= 0.2Spencer Janssen
2007-05-30Require X11 >= 1.2.1Spencer Janssen
2007-05-28Add the HTML manpageSpencer Janssen
2007-05-28Remove gapcalc.c from the sdist, add generated manpageSpencer Janssen
2007-05-27Update extra-source-filesSpencer Janssen
2007-05-27Note the manpage move in xmonad.cabalSpencer Janssen
2007-05-27Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bugDon Stewart
2007-05-01elaborate description in .cabalDon Stewart
2007-05-01use -fasm by default. Much fasterDon Stewart
2007-04-29add homepage: field to .cabal fileDon Stewart
2007-04-26Add the manpage to extra-source-filesSpencer Janssen
2007-04-22Bump version to 0.1Spencer Janssen
2007-04-19Add TODO to the sdistSpencer Janssen
2007-04-19Add the tests to the sdistSpencer Janssen
2007-04-18Make sdist work correctlySpencer Janssen
2007-04-18xmonad should build with future versions of mtl and X11-extrasSpencer Janssen
2007-04-09Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart
2007-03-21GHC 6.4 compatibility.Spencer Janssen
2007-03-13Fix forking issues, add unix dependency.Spencer Janssen
2007-03-10thunk is now known as xmonad!Spencer Janssen