net-im/telegram-desktop-bin: version bump to v1.7.9
[gentoo.git] / dev-haskell / monad-unlift / monad-unlift-0.2.0.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 # ebuild generated by hackport 0.5.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 DESCRIPTION="Typeclasses for representing monad transformer unlifting"
12 HOMEPAGE="https://github.com/fpco/monad-unlift"
13 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
14
15 LICENSE="MIT"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RDEPEND="dev-haskell/constraints:=[profile?]
21         >=dev-haskell/monad-control-1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
22         dev-haskell/transformers:=[profile?]
23         dev-haskell/transformers-base:=[profile?]
24         >=dev-lang/ghc-7.6.1:=
25 "
26 DEPEND="${RDEPEND}
27         >=dev-haskell/cabal-1.16.0
28 "