mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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:
1
dev-haskell/base-prelude/Manifest
Normal file
1
dev-haskell/base-prelude/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST base-prelude-1.0.1.1.tar.gz 4038 SHA256 dccf0a9a3b45f950bac92b6d87997c0a2a4304e40027204b12d018698b7a31b5 SHA512 6bcb0794488d9b0805f6385257d6d04ef8cbadd2445534e688a66ac18863be4af2878be968c9733fd58a60dc8c7531f6a7cedd193b46342feb43a3f1f023b757 WHIRLPOOL 5bfa9233c6e984b1d64687d61a62da7c60ee7bcbdd44561e44b05ad6c5d8e4d9190d6d1dc44f8b5cb44d0efbbd056b8a9752615e64cced50c0e9a05206e09e1b
|
||||
24
dev-haskell/base-prelude/base-prelude-1.0.1.1.ebuild
Normal file
24
dev-haskell/base-prelude/base-prelude-1.0.1.1.ebuild
Normal 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
|
||||
"
|
||||
23
dev-haskell/base-prelude/metadata.xml
Normal file
23
dev-haskell/base-prelude/metadata.xml
Normal 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 \"base\" 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 \"base\".
|
||||
|
||||
/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 \"base\".
|
||||
Therefore it's recommended for the users of \"base-prelude\" to specify
|
||||
the bounds of \"base\" as well.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user