summaryrefslogtreecommitdiff
blob: bebd737ccaff921a3ce31e648ba8dd5f08c2d9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>