summaryrefslogtreecommitdiff
blob: 10897c810b1a0e502d41ae5f1d5819c3c0d2df61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 module locates the full directory to the running program,
		to allow the use of paths relative to it.
		FindBin supports invocation of Haskell programs via "ghci",
		via "runhaskell/runghc", as well as compiled as an executable.
	</longdescription>
	<upstream>
		<remote-id type="github">audreyt/findbin</remote-id>
	</upstream>
</pkgmetadata>