dev-haskell/stm: bump up to 2.5.0.0 (ghc-8.6 core lib)
[gentoo.git] / dev-haskell / stm / stm-2.5.0.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 # ebuild generated by hackport 0.5.6.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 DESCRIPTION="Software Transactional Memory"
12 HOMEPAGE="https://wiki.haskell.org/Software_transactional_memory"
13 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0/${PV}"
17 # keep in sync with ghc-8.6
18 #KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
19 IUSE=""
20
21 RDEPEND=">=dev-lang/ghc-7.4.1:=
22         >=dev-haskell/nats-0.1.3:=[profile?] <dev-haskell/nats-1.2:=[profile?]
23 "
24 DEPEND="${RDEPEND}
25         >=dev-haskell/cabal-1.10
26 "
27
28 CABAL_CORE_LIB_GHC_PV="PM:8.6.1 PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:9999"