SHA256
4
0
forked from pool/xmonad

22 Commits

Author SHA256 Message Date
61a9fbe595 osc copypac from project:devel:languages:haskell:ghc-9.6.x package:xmonad revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=47
2024-02-05 22:01:06 +00:00
d19653f211 osc copypac from project:devel:languages:haskell:ghc-9.4.x package:xmonad revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=45
2023-04-06 16:14:39 +00:00
80884c7691 osc copypac from project:devel:languages:haskell:ghc-9.4.x package:xmonad revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=42
2023-03-30 17:39:02 +00:00
67d3ec27af osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:35, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=39
2023-01-17 18:08:29 +00:00
f5effdebd8 Accepting request 1005763 from home:dirkmueller:Factory
- update to 0.17.1:
  * Added custom cursor shapes for resizing and moving windows.
  * Exported `cacheNumlockMask` and `mkGrabs` from `XMonad.Operations`.
  * Fixed border color of windows with alpha channel. Now all windows have the
    same opaque border color.
  * Change the main loop to try to avoid [GHC bug 21708] on systems
    running GHC 9.2 up to version 9.2.3. The issue has been fixed in

OBS-URL: https://build.opensuse.org/request/show/1005763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=37
2022-11-30 00:32:26 +00:00
7a1872fc9b osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:34, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=35
2022-10-06 14:46:31 +00:00
5e5d6023d7 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:25, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=32
2021-11-09 08:32:08 +00:00
c217e6d990 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:22, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=30
2021-06-02 12:22:46 +00:00
1f869159ce osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:17, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=26
2020-12-19 18:29:48 +00:00
f722703f90 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:16, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=25
2020-12-19 17:49:45 +00:00
c09bef0afa osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=24
2020-12-18 12:53:26 +00:00
66f69c08b9 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=23
2020-09-04 15:12:06 +00:00
96866d2706 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:xmonad revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=22
2020-09-04 15:04:35 +00:00
8668935c05 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=20
2020-08-19 01:02:41 +00:00
7fc92bbcb9 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:xmonad revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=17
2020-06-16 11:29:11 +00:00
219cc36aaa - Drop obsolete group attributes.
- Update xmonad to version 0.15.
  ## 0.15 (September 30, 2018)
    * Reimplement `sendMessage` to deal properly with windowset changes made
      during handling.
    * Add new library functions `windowBracket` and `modifyWindowSet` to
      `XMonad.Operations`.
  ## 0.14.2 (August 21, 2018)
  ### Bug Fixes
    * Add the sample configuration file xmonad.hs again to the release tarball.
      [https://github.com/xmonad/xmonad/issues/181]

- Update xmonad to version 0.14.2.
  ## unknown (unknown)
  ## 0.14.1 (August 20, 2018)
  ### Breaking Changes
    * The cabal build no longer installs xmonad.hs, xmonad.1, and xmonad.1.html
      as data files. The location cabal picks for chose files isn't useful as
      standard tools like man(1) won't find them there. Instead, we rely on
      distributors to pick up the files from the source tarball during the build
      and to install them into proper locations where their users expect them.
      [https://github.com/xmonad/xmonad/pull/127]
  ### Bug Fixes
    * Add support for GHC 8.6.x by providing an instance for 'MonadFail X'. A
      side effect of that change is that our code no longer compiles with GHC
      versions prior to 8.0.x. We could work around that, no doubt, but the
      resulting code would require CPP and Cabal flags and whatnot. It feels more
      reasonable to just require a moderately recent compiler instead of going
      through all that trouble.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=14
2019-12-28 16:36:02 +00:00
e9f642adfb osc copypac from project:devel:languages:haskell:ghc-8.8.x package:xmonad revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=13
2019-12-28 14:42:33 +00:00
8a1ace871b osc copypac from project:devel:languages:haskell:ghc-8.6.x package:xmonad revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=11
2019-12-24 02:04:34 +00:00
c16f62dfe0 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:xmonad revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=8
2018-10-18 09:53:34 +00:00
75bfa062ab osc copypac from project:devel:languages:haskell:ghc-8.4.x package:xmonad revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=6
2018-08-24 12:52:22 +00:00
93ce0e91ed osc copypac from project:devel:languages:haskell:ghc-8.4.x package:xmonad revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=4
2018-08-19 07:09:03 +00:00
58b9f6aa7b osc copypac from project:devel:languages:haskell:ghc-8.4.x package:xmonad revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/xmonad?expand=0&rev=1
2018-08-03 01:01:44 +00:00