summaryrefslogtreecommitdiff
blob: f6bb6b841d05f7e8860816385f6915a90a5ed43c (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 "https://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>