mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
1
dev-haskell/monad-unlift/Manifest
Normal file
1
dev-haskell/monad-unlift/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST monad-unlift-0.2.0.tar.gz 5845 SHA256 4b5e638619e4821918b4ec67aeffb581ab9df23d168fbb72164137009a15ee0f SHA512 4b9db8679532e89c05c63328603bc7e72131b79d31e35225e8655ddc4d32e761de58c6db70bfdde2c148f105daa57ff08976cb79bddbdc99f85f083f8183afb3 WHIRLPOOL 9f5a17b1f484d9f99dfc55e9c463126b4fc62f7299d3d82c66923ea7656ceab42ce0a7279c931bf7cc12ee3e17902c0bcace0544a6a9a24f0c5af3ea913b9da3
|
||||
11
dev-haskell/monad-unlift/metadata.xml
Normal file
11
dev-haskell/monad-unlift/metadata.xml
Normal 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>
|
||||
29
dev-haskell/monad-unlift/monad-unlift-0.2.0.ebuild
Normal file
29
dev-haskell/monad-unlift/monad-unlift-0.2.0.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user