summaryrefslogtreecommitdiff
blob: b6837b40dcda9eb1db1b47c9c065700add0c5028 (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
28
29
30
31
32
<?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>
		@cabal-helper@ provides a library which wraps the internal use of executables
		to lift the restrictions imposed by linking against versions of GHC before
		@7.10@.
		
		@cabal-helper@ uses a wrapper executable to compile the actual cabal-helper
		executable at runtime while linking against an arbitrary version of
		Cabal. This runtime-compiled helper executable is then used to extract
		various bits and peices from Cabal\'s on disk state (dist/setup-config)
		written by it's configure command.
		
		In addition to this the wrapper executable also supports installing any
		version of Cabal from hackage in case it cannot be found in any available
		package database. The wrapper installs these instances of the Cabal library
		into a private package database so as to not interfere with the user's
		packages.
		
		Furthermore the wrapper supports one special case namely reading a state
		file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using
		itself and not using any version of Cabal installed in any package database.
		
		@cabal-helper@ can compile with @Cabal &gt;= 1.14@ but requires @Cabal &gt;= 1.16@
		at runtime.
	</longdescription>
</pkgmetadata>