dev-haskell/base-prelude: new package, a depend of dev-haskell/stack

The most complete prelude formed solely from the "base" package

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Sergei Trofimovich
2017-05-28 17:20:55 +01:00
parent 5c87d1b721
commit e7db58ea1d
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST base-prelude-1.0.1.1.tar.gz 4038 SHA256 dccf0a9a3b45f950bac92b6d87997c0a2a4304e40027204b12d018698b7a31b5 SHA512 6bcb0794488d9b0805f6385257d6d04ef8cbadd2445534e688a66ac18863be4af2878be968c9733fd58a60dc8c7531f6a7cedd193b46342feb43a3f1f023b757 WHIRLPOOL 5bfa9233c6e984b1d64687d61a62da7c60ee7bcbdd44561e44b05ad6c5d8e4d9190d6d1dc44f8b5cb44d0efbbd056b8a9752615e64cced50c0e9a05206e09e1b

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="The most complete prelude formed solely from the \"base\" package"
HOMEPAGE="https://github.com/nikita-volkov/base-prelude"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.6.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"

View File

@@ -0,0 +1,23 @@
<?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>
A library which aims to reexport all the non-conflicting and
most general definitions from the \&quot;base\&quot; package.
This includes APIs for applicatives, arrows, monoids, foldables, traversables,
exceptions, generics, ST, MVars and STM.
This package will never have any dependencies other than \&quot;base\&quot;.
/Versioning policy/
The versioning policy of this package deviates from PVP in the sense
that its exports in part are transitively determined by the version of \&quot;base\&quot;.
Therefore it&#39;s recommended for the users of \&quot;base-prelude\&quot; to specify
the bounds of \&quot;base\&quot; as well.
</longdescription>
</pkgmetadata>