File ghc-xmonad-contrib.changes of Package ghc-xmonad-contrib
-------------------------------------------------------------------
Mon Nov 1 08:56:21 UTC 2021 - psimons@suse.com
- Update xmonad-contrib to version 0.17.0.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmonad-contrib-0.17.0/src/CHANGES.md
-------------------------------------------------------------------
Wed Jun 2 08:14:09 UTC 2021 - psimons@suse.com
- Update xmonad-contrib to version 0.16 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:46:44 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jul 28 15:11:39 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints for min 4GB disk space for some arches
aarch64 ppc64 ppc64le
-------------------------------------------------------------------
Tue Jun 16 11:14:54 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Thu May 7 07:56:23 UTC 2020 - Peter Simons <psimons@suse.com>
- Fix cosmetic error in the %description.
-------------------------------------------------------------------
Fri Nov 8 16:15:17 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Mon Sep 23 02:01:20 UTC 2019 - psimons@suse.com
- Update xmonad-contrib to version 0.16.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmonad-contrib-0.16/src/CHANGES.md
-------------------------------------------------------------------
Thu Oct 4 09:42:58 UTC 2018 - psimons@suse.com
- Update xmonad-contrib to version 0.15.
## unknown
## 0.15
### Breaking Changes
* `XMonad.Layout.Groups` & `XMonad.Layout.Groups.Helpers`
The layout will no longer perform refreshes inside of its message handling.
If you have been relying on it to in your xmonad.hs, you will need to start
sending its messages in a manner that properly handles refreshing, e.g. with
`sendMessage`.
### New Modules
* `XMonad.Util.Purex`
Unlike the opaque `IO` actions that `X` actions can wrap, regular reads from
the `XConf` and modifications to the `XState` are fundamentally pure --
contrary to the current treatment of such actions in most xmonad code. Pure
modifications to the `WindowSet` can be readily composed, but due to the
need for those modifications to be properly handled by `windows`, other pure
changes to the `XState` cannot be interleaved with those changes to the
`WindowSet` without superfluous refreshes, hence breaking composability.
This module aims to rectify that situation by drawing attention to it and
providing `PureX`: a pure type with the same monadic interface to state as
`X`. The `XLike` typeclass enables writing actions generic over the two
monads; if pure, existing `X` actions can be generalised with only a change
to the type signature. Various other utilities are provided, in particular
the `defile` function which is needed by end-users.
### Bug Fixes and Minor Changes
* Add support for GHC 8.6.1.
* `XMonad.Actions.MessageHandling`
Refresh-performing functions updated to better reflect the new `sendMessage`.
-------------------------------------------------------------------
Tue Jul 31 14:10:02 UTC 2018 - psimons@suse.com
- Add xmonad-contrib at version 0.14.