aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-27note that we use pattern guards in the .cabal fileDon Stewart1-1/+1
2007-09-16update description field of cabal fileDon Stewart1-10/+9
2007-09-04Bump version to 0.3Spencer Janssen1-1/+1
2007-09-03Depend on X11-extras >Spencer Janssen1-1/+1
2007-06-05mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart1-0/+1
2007-06-03set build-depends base>Don Stewart1-2/+2
2007-05-30Bump version to 0.2Spencer Janssen1-1/+1
2007-05-30Depend on X11-extras >Spencer Janssen1-1/+1
2007-05-30Require X11 >Spencer Janssen1-1/+1
2007-05-28Add the HTML manpageSpencer Janssen1-1/+1
2007-05-28Remove gapcalc.c from the sdist, add generated manpageSpencer Janssen1-1/+1
2007-05-27Update extra-source-filesSpencer Janssen1-0/+1
2007-05-27Note the manpage move in xmonad.cabalSpencer Janssen1-1/+1
2007-05-27Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bugDon Stewart1-1/+1
2007-05-01elaborate description in .cabalDon Stewart1-1/+11
2007-05-01use -fasm by default. Much fasterDon Stewart1-1/+1
2007-04-29add homepage: field to .cabal fileDon Stewart1-0/+1
2007-04-26Add the manpage to extra-source-filesSpencer Janssen1-1/+1
2007-04-22Bump version to 0.1Spencer Janssen1-1/+1
2007-04-19Add TODO to the sdistSpencer Janssen1-1/+1
2007-04-19Add the tests to the sdistSpencer Janssen1-1/+1
2007-04-18Make sdist work correctlySpencer Janssen1-15/+17
2007-04-18xmonad should build with future versions of mtl and X11-extrasSpencer Janssen1-1/+1
2007-04-09Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart1-1/+1
2007-03-21GHC 6.4 compatibility.Spencer Janssen1-1/+1
2007-03-13Fix forking issues, add unix dependency.Spencer Janssen1-1/+1
2007-03-10thunk is now known as xmonad!Spencer Janssen1-2/+2
2007-03-09don't need the unix packageDon Stewart1-1/+1
2007-03-09little bit of strictness, based on -prof outputDon Stewart1-1/+2
2007-03-08unpack on our ownDon Stewart1-1/+1
2007-03-07no -WerrorDon Stewart1-1/+1
2007-03-07-Wall police. and strip the binaryDon Stewart1-1/+1
2007-03-07X11 1.2 works too.Spencer Janssen1-1/+1
2007-03-07unbox-strict-fieldsDon Stewart1-1/+1
2007-03-07comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNew...Don Stewart1-0/+1
2007-03-07move thunk.hs -> Main.hs. Be precise about which versions of every package ar...Don Stewart1-2/+2
2007-03-07depend on the X11-extras packageDon Stewart1-6/+1
2007-03-07Flatten module hierarchyDon Stewart1-1/+1
2007-03-07add license stuff to .cabalDon Stewart1-0/+2
2007-03-07more stuff for .cabal file. Add example of include path to use on OpenBSDDon Stewart1-11/+16