diff options
Diffstat (limited to 'dev-haskell/c2hs/metadata.xml')
-rw-r--r-- | dev-haskell/c2hs/metadata.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-haskell/c2hs/metadata.xml b/dev-haskell/c2hs/metadata.xml index 057927a3d82a..7c8b6c407a28 100644 --- a/dev-haskell/c2hs/metadata.xml +++ b/dev-haskell/c2hs/metadata.xml @@ -5,18 +5,11 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - C->Haskell assists in the development of Haskell bindings to C - libraries. It extracts interface information from C header - files and generates Haskell code with foreign imports and - marshaling. Unlike writing foreign imports by hand (or using - hsch2s), this ensures that C functions are imported with the - correct Haskell types. - </longdescription> <use> - <flag name="regression">run regression tests</flag> + <flag name="regression">Enable regression suite build.</flag> </use> <upstream> + <remote-id type="hackage">c2hs</remote-id> <remote-id type="github">haskell/c2hs</remote-id> </upstream> </pkgmetadata> |