Diff xmonad-0.17.0 with a xmonad-0.18.1

/usr/portage/x11-wm/xmonad/xmonad-0.18.1.ebuild 2026-06-30 20:03:05.956007938 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
# ebuild generated by hackport 0.7.9999
6
# ebuild generated by hackport 0.9.1.0.9999
7 7
#hackport: flags: -pedantic,quickcheck-classes:test
8 8

  
9 9
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
......
11 11

  
12 12
DESCRIPTION="A tiling window manager"
13 13
HOMEPAGE="https://xmonad.org"
14
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
15 14

  
16 15
LICENSE="BSD"
17 16
SLOT="0/${PV}"
......
19 18
IUSE="no-autorepeat-keys"
20 19

  
21 20
RDEPEND="dev-haskell/data-default-class:=[profile?]
22
	dev-haskell/mtl:=[profile?]
23 21
	dev-haskell/setlocale:=[profile?]
24 22
	>=dev-haskell/x11-1.10:=[profile?] <dev-haskell/x11-1.11:=[profile?]
25
	>=dev-lang/ghc-8.4.3:=
23
	>=dev-lang/ghc-9.0.2:=
26 24
"
27 25
DEPEND="${RDEPEND}
28
	>=dev-haskell/cabal-2.2.0.1
26
	>=dev-haskell/cabal-3.4.1.0
29 27
	test? ( >=dev-haskell/quickcheck-2
30
		  >=dev-haskell/quickcheck-classes-0.4.3 )
28
		>=dev-haskell/quickcheck-classes-0.4.3 )
31 29
"
32 30

  
33 31
DOCS=( README.md CHANGES.md )
Thank you!