dev-haskell/monad-unlift: new package, a depend of dev-haskell/classy-prelude-1.0.2

Typeclasses for representing monad transformer unlifting

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Sergei Trofimovich
2017-02-16 22:11:53 +00:00
parent c13118c1a3
commit 1ffb64831f
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST monad-unlift-0.2.0.tar.gz 5845 SHA256 4b5e638619e4821918b4ec67aeffb581ab9df23d168fbb72164137009a15ee0f SHA512 4b9db8679532e89c05c63328603bc7e72131b79d31e35225e8655ddc4d32e761de58c6db70bfdde2c148f105daa57ff08976cb79bddbdc99f85f083f8183afb3 WHIRLPOOL 9f5a17b1f484d9f99dfc55e9c463126b4fc62f7299d3d82c66923ea7656ceab42ce0a7279c931bf7cc12ee3e17902c0bcace0544a6a9a24f0c5af3ea913b9da3

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
See README.md
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
# ebuild generated by hackport 0.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Typeclasses for representing monad transformer unlifting"
HOMEPAGE="https://github.com/fpco/monad-unlift"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/constraints:=[profile?]
>=dev-haskell/monad-control-1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/transformers-base:=[profile?]
>=dev-lang/ghc-7.6.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"