summaryrefslogtreecommitdiff
blob: 624ee3bbed6e1205692eca89f8db262e1808b617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>
		This package simplifies defining custom "Prelude"s without having
		to use @-XNoImplicitPrelude@ by re-exporting the full module-hierarchy of
		the [base-4.13.0.0](https://hackage.haskell.org/package/base-4.13.0.0)
		package /except/ for the "Prelude" module.
		
		An usage example for such a "Prelude"-replacement is available with
		the [Prelude](http://hackage.haskell.org/package/Prelude) package.
		
		Starting with GHC 7.10 &amp; Cabal-1.22 this package makes use of the
		package-level @reexported-modules@ feature.
		
		Each version of @base-noprelude@ depends on a specific
		@base@-version and thus mirrors @base@'s
		versioning (with the exception that @base-noprelude@ needs to add an
		/additional/ 5th version component in case of bug-fix releases).
		
		See &lt;https://github.com/hvr/base-noprelude&gt; for more information.
	</longdescription>
</pkgmetadata>