Commit Graph

  • a5cee9bac2 ci: Fix failing installation of GHC Tomas Janousek 2021-05-14 19:11:55 +01:00
  • 131fd3669f man: Update github-actions 2021-03-30 00:31:14 +00:00
  • 56f810d182 GenerateManpage: Drop all dependencies except base and invoke in CI Tomas Janousek 2021-03-30 01:05:56 +01:00
  • 46f637e0be Merge pull request #289 from slotThe/maintainers Tomáš Janoušek 2021-04-08 21:14:57 +01:00
  • 095d0e37d6 Update MAINTAINERS.md: add twitter, website references slotThe 2021-04-08 19:29:38 +02:00
  • 7e798afd11 Merge pull request #288 from slotThe/minimal-pragma Tomáš Janoušek 2021-04-07 18:33:07 +01:00
  • 669a9aed9e LayoutClass: update documentation slotThe 2021-04-01 17:52:53 +02:00
  • c869129c71 ExtensionClass: Use MINIMAL pragma slotThe 2021-04-01 17:51:59 +02:00
  • b8523a3c9b Merge pull request #202 from wygulmage/stack_instances Tomáš Janoušek 2021-04-04 09:56:45 +01:00
  • 400730fe3b Disable quickcheck-classes when building with stack Tomas Janousek 2021-04-03 15:46:39 +01:00
  • 6c5204b91c Simplify quickcheck-classes tests for Stack Tomas Janousek 2021-04-03 15:17:25 +01:00
  • 910d99cb74 Update CHANGES Tomas Janousek 2021-04-03 14:39:10 +01:00
  • 031bbd6230 Make quickcheck-classes dependency optional Tomas Janousek 2021-04-03 14:35:39 +01:00
  • 05e8c204e9 Add quickcheck-classes tests for Stack Keith 2021-02-03 11:44:42 -05:00
  • 2c91ea1621 Add Foldable, Functor, and Traversable instances for Stack Keith 2021-01-27 19:55:01 -05:00
  • 5cdf428f55 ci: Enable -Werror Tomas Janousek 2021-03-29 16:43:58 +01:00
  • 22b579bd14 Drop deprecated migrateState Tomas Janousek 2021-03-29 16:51:30 +01:00
  • 14d9fa247a Drop "testing" cabal flag Tomas Janousek 2021-03-29 16:30:07 +01:00
  • cfe99998fc ci: Cache pantry (hackage metadata) separately Tomas Janousek 2021-03-29 11:39:49 +01:00
  • 9fce3805fc ci: Use system GHC in Stack to not waste GH Actions cache space Tomas Janousek 2021-03-28 11:25:21 +01:00
  • fd243ca1c1 ci: Refresh tested-with Tomas Janousek 2021-03-28 11:24:02 +01:00
  • c90df53081 tests: Fix build with GHC 9 Tomas Janousek 2021-03-29 14:01:14 +01:00
  • e4659c2475 ci: Move apt deps to cabal.haskell-ci and regenerate haskell-ci Tomas Janousek 2021-03-28 11:22:40 +01:00
  • caae51c399 ci: Minor cleanup Tomas Janousek 2021-01-03 14:06:48 +01:00
  • fb390fa9cc Revert "Revert "Re-enable lts based testing"" Tomas Janousek 2021-03-28 00:11:44 +00:00
  • 4a0b166998 Merge pull request #275 from liskin/pr/notifications-obscured-by-floats Tomáš Janoušek 2021-03-21 21:30:36 +00:00
  • b9ce5b034b Fix obscuring notifications when moving floats Tomas Janousek 2021-02-16 11:18:01 +00:00
  • a90558c07e Merge pull request #223 from wygulmage/cleanup-tests Tomáš Janoušek 2021-01-26 01:15:01 +01:00
  • 56b0f850bc Merge pull request #200 from wygulmage/strict-rectangle Sibi Prabakaran 2021-01-23 19:46:15 +05:30
  • 51a179dc68 Merge pull request #267 from xmonad/revert-266-reenable-lts Peter Simons 2021-01-20 12:48:44 +01:00
  • 8a8d5f71b1 Revert "Re-enable lts based testing" Peter Simons 2021-01-20 12:48:13 +01:00
  • 4b69a456cc Merge pull request #266 from xmonad/reenable-lts Tomáš Janoušek 2021-01-20 12:27:53 +01:00
  • e12d0be1b2 Re-enable lts based testing Sibi Prabakaran 2021-01-20 16:20:58 +05:30
  • 002326ceb1 Merge pull request #265 from xmonad/t/haskell-ci Peter Simons 2021-01-19 20:58:01 +01:00
  • 758e3d85e6 Generate CI with the haskell-ci utility. Peter Simons 2021-01-19 19:56:52 +01:00
  • f5bd77a7f8 made ScreenDetail a newtype and RationalRect strict in its contents. Keith 2021-01-19 12:06:07 -05:00
  • 519c79a57e Merge pull request #263 from slotThe/exception-extensible Tomáš Janoušek 2021-01-17 20:39:00 +01:00
  • 0aa40480f9 Control.Exception.Extensible -> Control.Exception slotThe 2021-01-12 11:57:34 +01:00
  • 36dd6afb49 Merge pull request #261 from xmonad/t/switch-stack-builds-to-nightly Peter Simons 2021-01-10 19:36:12 +01:00
  • 3015968ee4 Run CI builds with Stackage Nightly. Peter Simons 2021-01-09 19:46:50 +01:00
  • 5bb6c88b41 stack.yaml: switch from Stackage LTS to Nightly Peter Simons 2021-01-09 18:06:17 +01:00
  • f875a56620 Merge pull request #258 from slotThe/xdg-things Tomáš Janoušek 2021-01-07 19:52:51 +01:00
  • 70a75e5e3f Update documentation slotThe 2021-01-05 16:16:10 +01:00
  • 735fb58f6c Revise XDG handling slotThe 2020-12-27 19:19:21 +01:00
  • e8f48b77f9 Sync MAINTAINERS.md with reality on GitHub Tomas Janousek 2020-12-17 17:10:01 +00:00
  • e363c44bb0 Merge pull request #259 from vmchale/master Sibi Prabakaran 2021-01-01 11:52:44 +05:30
  • ec1c3e0159 update changelog Vanessa McHale 2020-12-31 20:19:10 -06:00
  • 2a1a18023a Accord with new pattern-match Vanessa McHale 2020-12-31 20:17:22 -06:00
  • ff738988d3 github: Sync test workflow with that of xmonad-contrib Tomas Janousek 2020-12-16 11:08:11 +00:00
  • fc4657d529 Merge pull request #252 from slotThe/unused-imports Sibi Prabakaran 2020-12-16 10:30:05 +05:30
  • bd961b7866 Merge pull request #255 from felixonmars/patch-1 Tomáš Janoušek 2020-12-16 01:16:05 +00:00
  • 3df77d6f20 Correct a typo in Layout.hs Felix Yan 2020-12-16 00:54:36 +08:00
  • b59c768cdd Updated CONTRIBUTING.md and MAINTAINERS.md (#253) Yecine Megdiche 2020-12-15 16:49:07 +01:00
  • a37a3cb6e8 Merge pull request #254 from slotThe/fix-LR Sibi Prabakaran 2020-12-14 18:07:30 +05:30
  • 823581816a Conditionally error on unused imports slotThe 2020-12-13 20:57:04 +01:00
  • 3ea0d74954 Drop unsupported GHC versions from tested-with slotThe 2020-12-13 20:51:31 +01:00
  • b3c860b892 Rename LR to CLR slotThe 2020-12-13 17:23:14 +01:00
  • 958e701bf4 Get rid of unused imports slotThe 2020-12-13 15:33:59 +01:00
  • 28e75da77f Merge pull request #251 from xmonad/github-ci Sibi Prabakaran 2020-12-12 12:51:48 +05:30
  • a812869c0c Use v2 of cache. Thanks to @liskin for the help! Sibi Prabakaran 2020-12-12 12:15:40 +05:30
  • 96fb01b9be Add lts-12 Sibi Prabakaran 2020-12-12 12:09:15 +05:30
  • 6fa0bb7d4f Remove travis rule Sibi Prabakaran 2020-12-11 18:10:35 +05:30
  • 0a040cbc96 Add github CI integration Sibi Prabakaran 2020-12-11 17:49:45 +05:30
  • 96d4f1fe85 Merge pull request #219 from jumper149/master Sibi Prabakaran 2020-12-08 21:14:27 +05:30
  • 30f2d9f325 Merge branch 'master' into master Felix Springer 2020-12-08 16:41:36 +01:00
  • 5be975b4f2 Merge pull request #247 from srid/patch-1 Sibi Prabakaran 2020-11-25 11:23:56 +05:30
  • 22c370a068 Fix dzen URL Sridhar Ratnakumar 2020-11-24 12:40:10 -05:00
  • c3e032e08e Merge pull request #242 from liskin/layoutclass-typeable Brent Yorgey 2020-11-09 14:14:13 -06:00
  • 2c3bf17dfb Merge pull request #244 from blackgnezdo/flag-fix Peter Simons 2020-11-09 07:40:21 +01:00
  • a926b68838 Add required + before flag name cabal.project Greg Steuck 2020-11-08 20:53:28 -08:00
  • 6dc1e319d1 Make layouts Typeable Tomas Janousek 2020-11-04 15:09:12 +00:00
  • 0db71d552a Merge pull request #221 from liskin/float-dimensions Peter Simons 2020-08-25 12:49:53 +02:00
  • f52ed1d19e Merge pull request #224 from dreamsmasher/master Peter Simons 2020-08-25 12:48:03 +02:00
  • ffcb01ad80 travis.yml: build GenerateManpage when compiling with ghc-8.6.x or later Peter Simons 2020-08-25 11:50:52 +02:00
  • 66d2241703 GenerateManpage: port the utility to pandoc 2.10.x Peter Simons 2020-08-25 11:46:30 +02:00
  • 11814bfec3 cabal.project: enable the generatemanpage flag by default in developer builds Peter Simons 2020-08-25 11:46:06 +02:00
  • bbc1c010ed Re-generate the Travis-CI build instructions with the latest version of haskell-ci. Peter Simons 2020-08-25 11:45:18 +02:00
  • eeeae810ae Fixed typo in Main.hs Norman Liu 2020-05-29 17:11:09 -04:00
  • 3c6f52a349 deleted unused 'mul' definition in 'prop_aspect_fits'. Keith 2020-05-25 13:03:08 -04:00
  • 40466b2be2 Merge pull request #222 from SCKelemen/patch-1 Sibi Prabakaran 2020-05-23 12:43:36 +05:30
  • 6a4a742feb Nit: fix grammar/spelling issue Samuel Kelemen 2020-05-22 23:56:52 -04:00
  • f8b243b66e Use current screen to set dimensions of new floating windows Tomas Janousek 2020-05-13 18:36:23 +02:00
  • fa9a3abe49 Allow pattern-matching on 'XMonad.Layout.Choose' by exporting constructors Felix Springer 2020-03-31 22:21:57 +02:00
  • 78b967198b Merge pull request #215 from anandijain/master Sibi 2020-03-24 15:21:53 +05:30
  • 68574be2cf Update README.md anand jain 2020-03-19 15:08:49 -05:00
  • 2ab37aa4a4 update dead dmenu link anand jain 2020-03-18 19:56:32 -05:00
  • 5ab9fede6c Merge pull request #204 from owm111/patch-2 Peter Simons 2019-12-27 11:38:48 +01:00
  • a81ba4ba53 Make "Default Keyboard Bindings" a heading Owen McGrath 2019-12-18 18:36:43 -06:00
  • b65728032d Merge pull request #203 from owm111/patch-1 Sibi 2019-11-17 12:08:20 +05:30
  • e747377775 Update example config link Owen McGrath 2019-11-16 12:50:38 -06:00
  • d6f88918de Merge pull request #196 from BPDanek/patch-1 Peter Simons 2019-07-14 17:38:55 +02:00
  • 21cd920b61 punctuation change Benjamin Danek 2019-07-10 15:16:24 -07:00
  • bb13853929 Bump version number, update changelog, and re-generate the man page. v0.15 Peter Simons 2018-09-30 13:30:22 +02:00
  • 3d1720c3f3 Merge pull request #176 from LSLeary/sendmessage Brent Yorgey 2018-09-12 17:31:18 -05:00
  • 0614ffb65c XMonad.Operations * Add windowBracket: provide a means of handling windowset changes made during the course of arbitrary X actions. Buys composability. * Add windowBracket_ variant. * Add modifyWindowSet utility for use with the above. * Re-implement sendMessage using windowBracket_ so that its refresh handles changes made to the windowset by the message handler. L. S. Leary 2018-08-01 00:45:41 +12:00
  • 85b47fc3ac Merge pull request #182 from nikolas/patch-1 Sibi 2018-08-31 22:57:03 +05:30
  • 1a99280227 typo fix in delete test comment: identiy -> identity nikolas 2018-08-31 12:37:04 -04:00
  • e8133eb9a6 CHANGES.md: add an entry for the 0.14.2 version Peter Simons 2018-08-24 12:11:20 +02:00
  • 4ccaff8f25 xmonad.cabal: bump version number to 0.14.2 for release v0.14.2 Peter Simons 2018-08-21 09:59:02 +02:00
  • 56dc186e68 xmonad.cabal: the author attribute is free-form, not a list Peter Simons 2018-08-21 09:57:59 +02:00