summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
AgeCommit message (Collapse)Author
2008-03-07use -fhpc by default when testing. All developers should have 6.8.xDon Stewart
darcs-hash:20080307184223-cba2c-1353e0c415b64a6c02d262b375225f263e6f3d7f
2008-01-31xmonad.cabal: add `build-type' to make Cabal happyValery V. Vorotyntsev
darcs-hash:20080131163213-ae588-dfc7e786cd2ae30a58967d8d82b75eda895bcbd1
2008-01-27More other-modulesSpencer Janssen
darcs-hash:20080127220152-a5988-c7523b1ce765f15b1e9c1ee203c59a0ce611904b
2008-01-27Bump version to 0.6Spencer Janssen
darcs-hash:20080127205000-a5988-a15fba5e7b7c6c0bc7f4390f0c83f9c2fdbce3e8
2008-01-22Depend on QuickCheck < 2 when building testsSpencer Janssen
darcs-hash:20080122070225-a5988-81a75ff6bd1c6309d10e94470b86766f97c78f69
2008-01-19Roll testing into the main executable, use Cabal to build the testsSpencer Janssen
darcs-hash:20080119091215-a5988-8f5f48e8c40a0f39abdf6ffe4d4dc938ab8c7ef1
2008-01-18-Werror when flag(testing) onlySpencer Janssen
darcs-hash:20080118014827-a5988-a94614aca446a1b93f76c7cd3ccf7d3681cf924f
2007-12-15Depend on X11-1.4.1, it has crucial bugfixesSpencer Janssen
darcs-hash:20071215022100-a5988-53bbefa0de658b59b59a1ba1081678662cd8be88
2007-12-10Add 'testing' mode, this should reduce 'darcs check' time significantlySpencer Janssen
darcs-hash:20071210004704-a5988-8f20ae926a5fc176fd29df6822e90921256e3308
2007-12-10Bump version to 0.5!Spencer Janssen
darcs-hash:20071209231539-a5988-e5db078e60453d06881d084425987b4a9d8cd468
2007-12-10Rename xmonad.hs to xmonad-template.hsSpencer Janssen
darcs-hash:20071209231426-a5988-0059e047d28f9512feebcc51c7b722278f125b62
2007-12-09add a template xmonad.hsDon Stewart
darcs-hash:20071209225018-cba2c-d473bb1ee79d48de104004c0af455a44568d2ff7
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato
darcs-hash:20071124143000-32816-91c1de68f8770647c9315c633920fe7b92fab882
2007-12-08Hide generalized newtype deriving from HaddockSpencer Janssen
darcs-hash:20071208015015-a5988-71859e01140da3ecdacddab8f37f789fa495d9c8
2007-12-05Depend on X11>=1.4.0Spencer Janssen
darcs-hash:20071205045945-a5988-d88c4e248eee965f1b02a1895d147b12cc2f297e
2007-12-05Update extra-source-filesSpencer Janssen
darcs-hash:20071205044421-a5988-d9191ab24e7fcadd5e31e1079714dc446517e2b5
2007-11-25Depend on X11 1.4.0Don Stewart
darcs-hash:20071125034012-cba2c-bbb0421e068110889f85756228fcc0183de32c99
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