summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
AgeCommit message (Collapse)Author
2007-11-16tweak .cabal synopsis a littleDon Stewart
darcs-hash:20071116181245-cba2c-1e1f97710c9645d067ba606922e3d0c39438cb2b
2007-11-14polish .cabal file. add xmonad@ as the default maintainerDon Stewart
darcs-hash:20071114182716-cba2c-189e3c2d9309608c0a02549fcaf18b235a5dd046
2007-11-11Depend on X11 1.3.0.20071111Don Stewart
darcs-hash:20071111200932-cba2c-f429d11aff00839a039f39759157c00fb577351e
2007-11-09New ManageHook systemSpencer Janssen
darcs-hash:20071109024722-a5988-c499d006a8a4a48dd7c8cbaf4e4ea9635ceb1ec4
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
darcs-hash:20071107030617-cba2c-8c900566b5e1784737fefe3273486f8a1238da55
2007-11-05Remove stale commentSpencer Janssen
darcs-hash:20071105063731-a5988-89afd72d4a7e7482ce429a25a24a63f1eff16794
2007-11-05Use Cabal's optimization flags rather than -OSpencer Janssen
darcs-hash:20071105061759-a5988-db3ac08aa1bf777fa7b14d4829504548b802d758
2007-11-05-WerrorSpencer Janssen
darcs-hash:20071105060326-a5988-bdc843edc68e56ec85275e80a6487152711bdc84
2007-11-05Remove superfluous 'extensions:' fieldSpencer Janssen
darcs-hash:20071105034515-a5988-7f342dc3c5bf106538432d995a7596cb4e99738e
2007-11-05Use configurations in xmonad.cabalSpencer Janssen
darcs-hash:20071105033428-a5988-ab9cab5f123fa33b13d9908b43d5281f37459810
2007-11-05remember to compile the xmonad library also with the usual ghc-optoinsDon Stewart
darcs-hash:20071105022127-cba2c-94a457a1dd6e55ef4b3a18d8003ca040284452b6
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
darcs-hash:20071105021705-cba2c-fc7ffc11ffa9a5397cc40a5dba530ca620018f25
2007-11-01exposed-modulesSpencer Janssen
darcs-hash:20071101193331-a5988-ec37ae15d97685d59c14662f75cb987fe7ac439f
2007-11-01HierarchifySpencer Janssen
darcs-hash:20071101180846-a5988-25ba1c9ce37a35c1533e4075cc9494c6f7dd5ade
2007-11-01This is a massive update, here's what has changed:Spencer Janssen
* Read is no longer a superclass of Layout * All of the core layouts have moved to the new Layouts.hs module * Select has been replaced by the new statically typed Choose combinator, which is heavily based on David Roundy's NewSelect proposal for XMonadContrib. Consequently: - Rather than a list of choosable layouts, we use the ||| combinator to combine several layouts into a single switchable layout - We've lost the capability to JumpToLayout and PrevLayout. Both can be added with some effort darcs-hash:20071101064318-a5988-c07c434c7a1108078d6123a4b36040ed6597772b
2007-10-18make xmonad work with inverted main/config.David Roundy
darcs-hash:20071018170058-72aca-8018fed9e1c0bc2cf40664b766bb85f678a6a258
2007-10-18sketch of config/main inversion.David Roundy
darcs-hash:20071018164230-72aca-f83f6ea18efda57fc5364e98dadada6c902ee2a5
2007-10-31more precise X11 version requiredDon Stewart
darcs-hash:20071031203241-cba2c-f986417bcd117d7c2c35f43d565df782a025c281
2007-10-30HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0Don Stewart
The X11-extras library has been merged into the larger X11 library, so we now drop the dependency on X11-extras, and instead build against the new X11 library. If you apply this patch you must build and install X11-1.3.0 or greater first, http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.3.0 You can also go ahead and wipe X11-extras from GHC's memory, (for ghci to work out of the box with the testsuite) $ ghc-pkg unregister X11-extras $ ghc-pkg unregister --user X11-extras darcs-hash:20071030220824-cba2c-b601d2fbc7fcb1e46784a358f67f436d224701c4
2007-10-14bump the version tag to 0.4, we're almost thereDon Stewart
darcs-hash:20071013232758-cba2c-62148e4d4db17b598f68d41bbe461778c2537f15
2007-10-12Bump X11-extras dependencySpencer Janssen
darcs-hash:20071012203721-a5988-bd872a179ba47e3c337e59e977cdfca657039851
2007-10-10Bump required X11-extras version to 0.3.1Spencer Janssen
darcs-hash:20071010165705-a5988-2e6c60875b7c998fbedf729d5ad8494cfab201d9
2007-09-27note that we use pattern guards in the .cabal fileDon Stewart
darcs-hash:20070927214230-cba2c-df9ecabeafab380ba1dddc546457ba531607f07b
2007-09-16update description field of cabal fileDon Stewart
darcs-hash:20070916023016-cba2c-71e769dbf3f4d99f02d8b5c8c62b4e0ba5732763
2007-09-04Bump version to 0.3Spencer Janssen
darcs-hash:20070904192841-a5988-2a1a90f6b6eb72158960046a215f6b03464682e4
2007-09-03Depend on X11-extras >= 0.3Spencer Janssen
darcs-hash:20070903215249-a5988-b643bbc531180a21bbbc7b976a718da572f9c679
2007-06-05mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart
darcs-hash:20070605092659-9c5c1-7eee6ed8801aa1c81e62d8dc62fa95035c4a5523
2007-06-03set build-depends base>=2.0 so people can't miss the missing Read instance issueDon Stewart
darcs-hash:20070603032319-9c5c1-7e892e2bb69444ad35e83a60beadb5354967e13f
2007-05-30Bump version to 0.2Spencer Janssen
darcs-hash:20070530202529-a5988-3c96ff7f96d4750e1a368eed2179c26ca6b2db22
2007-05-30Depend on X11-extras >= 0.2Spencer Janssen
darcs-hash:20070530173607-a5988-8f96b52bd92f324137d15f37b7831e1a6cf1c105
2007-05-30Require X11 >= 1.2.1Spencer Janssen
darcs-hash:20070530172909-a5988-302cb4e9e976e95ab8ea6bedc25d10faa6cc855e
2007-05-28Add the HTML manpageSpencer Janssen
darcs-hash:20070528063122-a5988-b18c1172ba3eb881ee58e912134595716cc25104
2007-05-28Remove gapcalc.c from the sdist, add generated manpageSpencer Janssen
darcs-hash:20070528040655-a5988-ff03878250828d883ead6fc61363aa7f7a2d612c
2007-05-27Update extra-source-filesSpencer Janssen
darcs-hash:20070527210657-a5988-333c8d601ea8c6f339abb7e526b05e5386ac2233
2007-05-27Note the manpage move in xmonad.cabalSpencer Janssen
darcs-hash:20070527205857-a5988-874325c8431af2962cfd55200e6ec51ad932e312
2007-05-27Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bugDon Stewart
darcs-hash:20070527074438-9c5c1-af8256d1690de2b48e86f2085106f74954c0738b
2007-05-01elaborate description in .cabalDon Stewart
darcs-hash:20070501035414-9c5c1-cd566efa85f7ea09d5e252fabe485a46f5bd3eb2
2007-05-01use -fasm by default. Much fasterDon Stewart
darcs-hash:20070501031220-9c5c1-9354f63ca805ac82d5edb814eb56f46e73afa8d4
2007-04-29add homepage: field to .cabal fileDon Stewart
darcs-hash:20070429041011-9c5c1-d77c7c4a7954d42c7b67cf73ee222d0d684ae962
2007-04-26Add the manpage to extra-source-filesSpencer Janssen
darcs-hash:20070426014105-a5988-87c092ecd1c8fa40a18db1a82654b9d1b325eb7a
2007-04-22Bump version to 0.1Spencer Janssen
darcs-hash:20070422082948-a5988-bc13e17c69ac2c3d29f13f3a124ba195aaa3416e
2007-04-19Add TODO to the sdistSpencer Janssen
darcs-hash:20070418223323-a5988-8a8f955deea3fa03a161742c33ad6e004e7613a8
2007-04-19Add the tests to the sdistSpencer Janssen
darcs-hash:20070418221326-a5988-9893a8fa0245f9735cc6e1a8b22e886025e90645
2007-04-18Make sdist work correctlySpencer Janssen
darcs-hash:20070418215546-a5988-8242d493c7ec8bf156dd02b2e05cdae21bf62bd1
2007-04-18xmonad should build with future versions of mtl and X11-extrasSpencer Janssen
darcs-hash:20070418214927-a5988-f53eae4d016b245050eb0fda3c2164c52b6aca3d
2007-04-09Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart
darcs-hash:20070409072302-9c5c1-f55281c59754fa1fe17dbfe406f2fe2c71f7061d
2007-03-21GHC 6.4 compatibility.Spencer Janssen
darcs-hash:20070321045211-a5988-47f59be9b08177f2252f656e8435b23054ffde3d
2007-03-13Fix forking issues, add unix dependency.Spencer Janssen
darcs-hash:20070313153310-a5988-47512502a33b3b003a6a3106ad730e61cbd0d548
2007-03-10thunk is now known as xmonad!Spencer Janssen
darcs-hash:20070310070320-a5988-3ac3e51c24caa8bbecf9c58604f97c5e9a6f09fc