--- /dev/null
+# 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
+"
--- /dev/null
+<?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>